The device type generating the sensor event packets.

Namespace: RRAutoLib.CTC
Assembly: RRAutoLib (in RRAutoLib.dll) Version: 1.4.4504.18867

Syntax

C#
public enum DeviceType
Visual Basic
Public Enumeration DeviceType

Members

Member nameValueDescription
BDL16x08 bits used for device address and 4 used for ports.
DS5419 bits used for device address, 2 bits for input pair, and 1 bit for input type.
Other2All 12 bits used for device address.

Remarks

Determines how the packet's 12 bit address space should be decoded.

See Also