Class ReceiveSysex
Represents an operator that generates a sequence of system exclusive messages received from the specified Arduino.
public class ReceiveSysex : Source<byte[]>
- Inheritance
-
ReceiveSysex
- Inherited Members
Properties
- Feature
Gets or sets the feature ID used to identify the system exclusive message payload.
- PortName
Gets or sets the name of the serial port used to communicate with the Arduino.
Methods
- Generate()
Generates an observable sequence of all the system exclusive messages with the specified feature ID received from the Arduino.