Serial Framework C++ Edition

◆ OnMessage()

__event void OnMessage ( const CwclMessage *const  Message)

The event fires when a new message has been received.

Parameters
MessageThe CwclMessage object represented the message.

The event always fires in the same thread which was used to create the receiver.

The Message object is valid only inside an event handler.