Page tree
Skip to end of metadata
Go to start of metadata

The ComponentCommunicationsInterface object defines a communication interface that components use to communicate with each other. To publish your ability to support communication, call RegisterInterface passing an initialised ComponentCommunicationsInterface object.

All these functions are called by the framework.

 

Connected
Called when a connection request made by your component has completed successfully or been rejected.
Accept
Type: AcceptFunc
Called to ask your component if it is willing to accept a connection from another component.
Close
Called when a connection to your component is closed. This typically occurs when WinGate Management disconnects.
Recv
Type: SendFunc
Called when there is data to receive on a connection.
RecvBroadcast [Optional]
Called when there is broadcast data to receive
MulticastNotify [Optional]
TBD
MulticastReceive [Optional]
TBD