Registers a handler for incoming data
Address for the handle
Function to call when triggered
Registers member functions of a class (marked with the RpcAddress
decorator)
Unregisters a handler for incoming data
Address for the handle
Unregisters member functions of a class (marked with the RpcAddress
decorator). Note that if any functions were removed from the class after
it was registered, those will not be unregistered.
Generated using TypeDoc
Anything where RPC functions can be registered and unregistered.