Serial Framework C++ Edition

◆ DoMessage()

virtual void DoMessage ( const CwclMessage *const  Message)
protectedvirtual

Fires the OnMessage event.

Parameters
MessageThe CwclMessage object represented the message.

The Message parameter is valid only inside the method. The method is always called in the same thread which was used to create the receiver.