The device type generating the sensor event packets.
Namespace: RRAutoLib.CTCAssembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867
Syntax
| C# |
|---|
public enum DeviceType |
| Visual Basic |
|---|
Public Enumeration DeviceType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| BDL16x | 0 | 8 bits used for device address and 4 used for ports. | |
| DS54 | 1 | 9 bits used for device address, 2 bits for input pair, and 1 bit for input type. | |
| Other | 2 | All 12 bits used for device address. |
Remarks
Determines how the packet's 12 bit address space should be decoded.