C# Class GHIElectronics.UAP.Gadgeteer.NativeInterfaces.DigitalIO

Inheritance: SocketInterfaces.DigitalIO
Afficher le fichier Open project: amykatenicho/IoTWorkshop Class Usage Examples

Méthodes publiques

Méthode Description
CreateInterfaceAsync ( int pinNumber ) : Task
DigitalIO ( Windows.Devices pin ) : System

Méthodes protégées

Méthode Description
DisableInterrupt ( ) : void
EnableInterrupt ( ) : void
ReadInternal ( ) : bool
WriteInternal ( bool value ) : void

Private Methods

Méthode Description
OnInterrupt ( Windows.Devices sender, Windows.Devices e ) : void

Method Details

CreateInterfaceAsync() public static méthode

public static CreateInterfaceAsync ( int pinNumber ) : Task
pinNumber int
Résultat Task

DigitalIO() public méthode

public DigitalIO ( Windows.Devices pin ) : System
pin Windows.Devices
Résultat System

DisableInterrupt() protected méthode

protected DisableInterrupt ( ) : void
Résultat void

EnableInterrupt() protected méthode

protected EnableInterrupt ( ) : void
Résultat void

ReadInternal() protected méthode

protected ReadInternal ( ) : bool
Résultat bool

WriteInternal() protected méthode

protected WriteInternal ( bool value ) : void
value bool
Résultat void