Edit

Share via


ExtendedCommandHandler.SendCommand(FirmataCommandSequence) Method

Definition

Sends a command to the device, not expecting an answer.

protected void SendCommand (Iot.Device.Arduino.FirmataCommandSequence commandSequence);
member this.SendCommand : Iot.Device.Arduino.FirmataCommandSequence -> unit
Protected Sub SendCommand (commandSequence As FirmataCommandSequence)

Parameters

commandSequence
FirmataCommandSequence

A command sequence. This should normally be a sysex command.

Applies to