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 3 Next »

ComponentCommunicationsInterface objects define communication interfaces that components use to communicate with each other. To publish your ability to support communication between components, call RegisterInterface passing an initialised ComponentCommunicationsInterface object.

CommsConnected
Function called when a successful connection between UI and Engine components is established.
CommsAccept
Type: AcceptFunc
Called to ask your component if they want to accept a connection from another component.
CommsClose
Called when a connection to your component is closed.
CommsRecv
Type: SendFunc
Called by the framework when there is data to receive from a connected component.
CommsRecvBroadcast [Optional]
TBD
CommsMulticastNotify
TBD
CommsMulticastReceive
TBD

  • No labels