ModbusConformityLevel Enum
Namespace: GHIElectronics.TinyCLR.Devices.Modbus · Assembly: GHIElectronics.TinyCLR.Devices.Modbus
Identification conformity level of the device and type of supported access.
public enum ModbusConformityLevel : byte
Fields
| Name | Value | Description |
|---|---|---|
Basic | 0x01 | Basic Device Identification. All objects of this category are mandatory : VendorName, Product code, and revision number. |
Regular | 0x02 | Regular Device Identification. In addition to Basic data objects, the device provides additional and optional identification and description data objects. All of the objects of this category are defined in the standard but their implementation is optional . |
Extended | 0x03 | Extended Device Identification. In addition to regular data objects, the device provides additional and optional identification and description private data about the physical device itself. All of these data are device dependent. |