Table of Contents

Method Generate

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

Generate()

Generates an observable sequence of all the system exclusive messages with the specified feature ID received from the Arduino.

public override IObservable<byte[]> Generate()

Returns

IObservable<byte[]>

A sequence of byte arrays containing the payload data which was included with each system exclusive message received from the Arduino.