Table of Contents

Constructor SysexReceivedEventArgs

Namespace
Bonsai.Arduino
Assembly
Bonsai.Arduino.dll

SysexReceivedEventArgs(byte, byte[])

Initializes a new instance of the SysexReceivedEventArgs class using the specified feature ID and optional data payload.

public SysexReceivedEventArgs(byte feature, byte[] args)

Parameters

feature byte

The identifier of the system exclusive (SysEx) feature received in the message event.

args byte[]

The data payload received together with the SysEx message.