Event raised whenever data is received that cannot be interpreted by the current Comm object.
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 |
Comm Class | PalmSens.Comm Namespace