Enum MessageType
Specifies the type of a Harp device message.
public enum MessageType : byte
Fields
Read = 1The device is reading the contents of the register at the specified address.
Write = 2The device is writing the message payload to the register at the specified address.
Event = 3The device is reporting the contents of the register at the specified address.