共用方式為


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

這個處理常式使用的針腳模式。 僅限軟體模組可為 null (,例如 FirmataScheduler)

適用於