C# Class GHIElectronics.UAP.Gadgeteer.Modules.FEZCream.IndirectedDigitalIO

Inheritance: GHIElectronics.UAP.Gadgeteer.SocketInterfaces.DigitalIO
Afficher le fichier Open project: amykatenicho/IoTWorkshop

Méthodes publiques

Méthode Description
IndirectedDigitalIO ( int channel, PCA9535 pca ) : GHIElectronics.UAP.Drivers

Méthodes protégées

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

Private Methods

Méthode Description
OnPinChanged ( PCA9535 sender, PCA9535 e ) : void

Method Details

DisableInterrupt() protected méthode

protected DisableInterrupt ( ) : void
Résultat void

EnableInterrupt() protected méthode

protected EnableInterrupt ( ) : void
Résultat void

IndirectedDigitalIO() public méthode

public IndirectedDigitalIO ( int channel, PCA9535 pca ) : GHIElectronics.UAP.Drivers
channel int
pca GHIElectronics.UAP.Drivers.PCA9535
Résultat GHIElectronics.UAP.Drivers

ReadInternal() protected méthode

protected ReadInternal ( ) : bool
Résultat bool

WriteInternal() protected méthode

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