次の方法で共有


ExtendedCommandHandler.SendCommand(FirmataCommandSequence) メソッド

定義

応答を想定せず、デバイスにコマンドを送信します。

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

パラメーター

commandSequence
FirmataCommandSequence

コマンド シーケンス。 通常、これは sysex コマンドである必要があります。

適用対象