Whisperstream Research Group - SerialComm GSM SDK Documentation

ISerialIO.OnReceive Event

event fired when data is received on the serial data connection

event ReceivedDataHandler OnReceive;

Event Data

The event handler receives an argument of type ReceivedDataEventArgs containing data related to this event. The following ReceivedDataEventArgs property provides information specific to this event.

PropertyDescription
ReceivedData gets the received data

See Also

ISerialIO Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace