Documentation
FieldTalk Modbus Slave Library for .NET
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
The MasterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| connection | IP address in dot notation or serial port name of the currently processed master request | |
| protocol | Protocol type of the currently processed master request | |
| slaveAddr | Slave address of the currently processed master request | |
| transactionId | Transaction ID of the currently processed master request if MODBUS/TCP |
Access to the MasterInfo is through a call to
getMasterInfo()
from any data table callback function.