C++: Create Broker Instances

To create instances of TRPCBroker C++ class objects in your C++ program:

  1. Create a variable of type TRPCBroker. This initializes the TRPCBroker class, creates a TRPCBroker C++ class object instance, and creates a TRPCBroker component.
    TRPCBroker RPCInst; //initializes TRPCBroker class

The properties and methods of the created TRPCBroker component can be accessed through the TRPCBroker C++ class object.