PalmSens SDK Class Library

Comm.UnknownDataEvent Event

Event raised whenever data is received that cannot be interpreted by the current Comm object.

[Visual Basic]
Public Event UnknownDataEvent As UnknownDataEventHandler
[C#]
public event UnknownDataEventHandler UnknownDataEvent;

Event Data

The event handler receives an argument of type Comm.UnknownDataEventArgs containing data related to this event. The following Comm.UnknownDataEventArgs properties provide information specific to this event.

Property Description
Data Obtain the unknown data that has been received.
PacketCount Return the number of packets

See Also

Comm Class | PalmSens.Comm Namespace