Whisperstream Research Group - SerialComm GSM SDK Documentation

ReceivedCmdResponseHandler Delegate

the delegate function used for when synchronous serial command completes

public delegate void ReceivedCmdResponseHandler(
   object sender,
   CommandResponseEventArgs e
);

Requirements

Namespace: Whisperstream.SerialComm.Framework.Interfaces

Assembly: SerialComm (in SerialComm.dll)

See Also

Whisperstream.SerialComm.Framework.Interfaces Namespace