Rhyduino.ResponseMessageType Enumeration
The values defining the different types of response messages.
Fields
- AnalogValue Analog value notification header (Code: 0xE0)
- DigitalValue Digital value notification header (Code: 0x90)
- None Uninitialized
- ProtocolVersion Protocol version notification header (Code: 0x79)
- SysexEnd The end of a sysex block (Code: 0xF7)
- SysexStart The beginning of a sysex block (Code: 0xF0)