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