ModbusTCPProtocolLastResponse Property |
The Modbus TCP Response for the last Request sent
note this could be null as the request may not have completed
at time of asking
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string LastResponse { get; }
Public ReadOnly Property LastResponse As String
Get
member LastResponse : string with get
Property Value
StringSee Also