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