Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Vardef
NameCommsConnected
Linkedtrue
TypeConnectedFunc
StyleMember

Function called when a successful connection between UI and Engine components is established.

Vardef
NameCommsAccept
Linkedtrue
TypeAcceptFunc
StyleMember

Called to ask your component if they want to accept a connection from another component.

Vardef
NameCommsClose
Linkedtrue
TypeDisconnectFunc
StyleMember

Called when a connection to your component is closed.

Vardef
NameCommsRecv
Linkedtrue
TypeSendFunc
StyleMember

Called by the framework when there is data to receive from a connected component.

Vardef
NameCommsRecvBroadcast
Linkedtrue
TypeRecvBroadcastFunc
StyleMember
Optionaltrue

TBD

Vardef
NameCommsMulticastNotify
Linkedtrue
TypeMulticastNotifyFunc
StyleMember
Optionaltrue

TBD

Vardef
NameCommsMulticastReceive
Linkedtrue
TypeMulticastReceiveFunc
StyleMember
Optionaltrue

TBD