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

Afficher le fichier Open project: amykatenicho/IoTWorkshop Class Usage Examples

Méthodes publiques

Méthode Description
IsHigh ( ) : bool
IsLow ( ) : bool
Read ( ) : bool
SetHigh ( ) : void
SetLow ( ) : void
Write ( bool value ) : void

Méthodes protégées

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

Method Details

DisableInterrupt() protected abstract méthode

protected abstract DisableInterrupt ( ) : void
Résultat void

EnableInterrupt() protected abstract méthode

protected abstract EnableInterrupt ( ) : void
Résultat void

IsHigh() public méthode

public IsHigh ( ) : bool
Résultat bool

IsLow() public méthode

public IsLow ( ) : bool
Résultat bool

OnValueChanged() protected méthode

protected OnValueChanged ( bool e ) : void
e bool
Résultat void

Read() public méthode

public Read ( ) : bool
Résultat bool

ReadInternal() protected abstract méthode

protected abstract ReadInternal ( ) : bool
Résultat bool

SetHigh() public méthode

public SetHigh ( ) : void
Résultat void

SetLow() public méthode

public SetLow ( ) : void
Résultat void

Write() public méthode

public Write ( bool value ) : void
value bool
Résultat void

WriteInternal() protected abstract méthode

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