Documentation

MbusDataTableInterfacegetMasterInfo Method

Retrieves a MasterInfo object which will hold additional information about the currently processed Modbus request. This is the protocol type, the slave ID, the IP address and the transaction ID of the current request.

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
protected Nullable<MasterInfo> getMasterInfo()

Return Value

Type: NullableMasterInfo
Reference to current MasterInfo object or null
Remarks
The referenceand data is only valid during the execution of a data table callback method (like readHoldingRegistersTable or writeHoldingRegistersTable)
See Also