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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

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.

 

CommsConnected
Called when a connection request made by your component has completed successfully or been rejected.
CommsAccept
Type: AcceptFunc
Called to ask your component if it is willing to accept a connection from another component.
CommsClose
Called when a connection to your component is closed. This typically occurs when WinGate Management disconnects.
CommsRecv
Type: SendFunc
Called when there is data to receive on a connection.
CommsRecvBroadcast [Optional]
Called when there is broadcast data to receive
CommsMulticastNotify [Optional]
TBD
CommsMulticastReceive [Optional]
TBD

  • No labels