Class SendSysex
Represents an operator that sends a sequence of system exclusive messages to the specified Arduino.
public class SendSysex : Sink<byte[]>
- Inheritance
-
SendSysex
- 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
- Process(IObservable<byte[]>)
Writes a sequence of system exclusive messages to the specified Arduino.