ModbusTCPProtocolTransactionId Property |
The ModbusTCP transaction Id starts at one and should be incremented each time
from Modbus.org: Transaction Identifier -
It is used for transaction pairing, the MODBUS server copies
in the response the transaction identifier of the request.
Namespace: Brainboxes.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int TransactionId { get; }
Public ReadOnly Property TransactionId As Integer
Get
member TransactionId : int with get
Property Value
Int32See Also