MbusDataTableInterfacereportSlaveId Method |
Namespace: FieldTalk.Modbus.Slave
protected virtual string reportSlaveId()
Protected Overridable Function reportSlaveId As String
protected: virtual String^ reportSlaveId()
Required: No
Default Implementation: Returns null which sends a slave failure exception reply
Note: The Slave ID is not to be mistaken for the Modbus Slave Address. The Slave ID is a string vs the Slave Address is a numeric value and the latter is used by a master device to address a specific device.