Whisperstream Research Group - SerialComm GSM SDK Documentation

SerialIO.OnReceive Event

fired when any data is received by on the serial port

public 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

Implements

ISerialIO.OnReceive

See Also

SerialIO Class | Whisperstream.SerialComm.IO Namespace