Méthode | Description | |
---|---|---|
CreateInterfaceAsync ( int pinNumber ) : Task |
||
DigitalIO ( Windows.Devices pin ) : System |
Méthode | Description | |
---|---|---|
DisableInterrupt ( ) : void | ||
EnableInterrupt ( ) : void | ||
ReadInternal ( ) : bool | ||
WriteInternal ( bool value ) : void |
Méthode | Description | |
---|---|---|
OnInterrupt ( Windows.Devices sender, Windows.Devices e ) : void |
public static CreateInterfaceAsync ( int pinNumber ) : Task |
||
pinNumber | int | |
Résultat | Task |
public DigitalIO ( Windows.Devices pin ) : System | ||
pin | Windows.Devices | |
Résultat | System |
protected WriteInternal ( bool value ) : void | ||
value | bool | |
Résultat | void |