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 14 Current »

After establishing a connection between the UI and Engine sides of your component, you are ready to send messages to each other. The function for sending messages is CommsSend and it takes a connection pointer, buffer pointer and buffer length.

On the receiving end, the message makes its way to ComponentCommunicationsInterface.CommsRecv which is a callback function set in your registered component comms interface. 

 

SendMessage

 

Related articles

  • No labels