Sdílet prostřednictvím


ExtendedCommandHandler Konstruktory

Definice

Přetížení

ExtendedCommandHandler()

Vytvoří instanci této třídy bez konkrétního přiřazení pin.

ExtendedCommandHandler(SupportedMode)

Vytvoří instanci této třídy.

ExtendedCommandHandler()

Vytvoří instanci této třídy bez konkrétního přiřazení pin.

protected ExtendedCommandHandler ();
Protected Sub New ()

Platí pro

ExtendedCommandHandler(SupportedMode)

Vytvoří instanci této třídy.

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)

Parametry

handlesMode
SupportedMode

Režim připnutí, který tato obslužná rutina používá. Pro softwarové moduly (například FirmataScheduler) může být null.

Platí pro