次の方法で共有


ExtendedCommandHandler コンストラクター

定義

オーバーロード

ExtendedCommandHandler()

特定のピン割り当てなしで、このクラスのインスタンスを構築します。

ExtendedCommandHandler(SupportedMode)

このクラスのインスタンスを構築します。

ExtendedCommandHandler()

特定のピン割り当てなしで、このクラスのインスタンスを構築します。

protected ExtendedCommandHandler();
Protected Sub New ()

適用対象

ExtendedCommandHandler(SupportedMode)

このクラスのインスタンスを構築します。

protected ExtendedCommandHandler(Iot.Device.Arduino.SupportedMode? handlesMode);
new Iot.Device.Arduino.ExtendedCommandHandler : Iot.Device.Arduino.SupportedMode -> Iot.Device.Arduino.ExtendedCommandHandler
Protected Sub New (handlesMode As SupportedMode)

パラメーター

handlesMode
SupportedMode

このハンドラーが使用するピン モード。 ソフトウェア専用モジュール (FirmataScheduler など) の場合は null にすることができます。

適用対象