Whisperstream Research Group - SerialComm GSM SDK Documentation

SerialIO.OnCommandResponse Event

fired whenever a synchronous command completes

public 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

Implements

ISerialIO.OnCommandResponse

See Also

SerialIO Class | Whisperstream.SerialComm.IO Namespace