Page tree

Versions Compared

Key

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

Classstruct
NameComponentCommunicationsInterface

 

 

 

WG_COMPONENT_INTERFACE(ComponentCommunicationsInterface)
// unicast support
ConnectedFunc CommsConnected;
AcceptFunc CommsAccept;
DisconnectFunc CommsClose;
SendFunc CommsRecv;
// broadcast support
RecvBroadcastFunc CommsRecvBroadcast;
// multicast support
MulticastNofifyFunc CommsMulticastNotify;
MulticastReceiveFunc CommsMulticastReceive;
};

ComponentCommunicationsInterface