Skip to main content

ModbusObjectId Enum

Namespace: GHIElectronics.TinyCLR.Devices.Modbus · Assembly: GHIElectronics.TinyCLR.Devices.Modbus

Identifiers for the Device Identification elements.

public enum ModbusObjectId : byte

Fields

NameValueDescription
VendorName0x00VendorName (mandatory)
ProductCode0x01ProductCode (mandatory)
MajorMinorRevision0x02MajorMinorRevision (mandatory)
VendorUrl0x03VendorUrl (optional)
ProductName0x04ProductName (optional)
ModelName0x05ModelName (optional)
UserApplicationName0x06UserApplicationName (optional)
ReservedFirst0x07Fisrt reserved id (0x07 .. 0x7f are reserved)
ReservedLast0x7fLast reserved id (0x07 .. 0x7f are reserved)
PrivareFirst0x80First private (extended) id (0x80 .. 0xff are private)
PrivateLast0xffLast private (extended) id (0x80 .. 0xff are private)