Whisperstream Research Group - SerialComm GSM SDK Documentation

ISerialIO.OnCommandResponse Event

event fired when a syncronous serial command completes

event ReceivedCmdResponseHandler OnCommandResponse;

Event Data

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

PropertyDescription
Command the command that just completed
Response the response for the command

See Also

ISerialIO Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace