Documentation

MasterInfo Structure

The MasterInfo object holds additional information about the currently processed Modbus request.

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
public struct MasterInfo

The MasterInfo type exposes the following members.

Fields
  NameDescription
Public fieldconnection
IP address in dot notation or serial port name of the currently processed master request
Public fieldprotocol
Protocol type of the currently processed master request
Public fieldslaveAddr
Slave address of the currently processed master request
Public fieldtransactionId
Transaction ID of the currently processed master request if MODBUS/TCP
Top
Remarks
Access to the MasterInfo is through a call to getMasterInfo() from any data table callback function.
See Also