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

Inheritance: GHIElectronics.UAP.Gadgeteer.SocketInterfaces.DigitalIO
Mostrar archivo Open project: amykatenicho/IoTWorkshop

Public Methods

Method Description
IndirectedDigitalIO ( int channel, PCA9535 pca ) : GHIElectronics.UAP.Drivers

Protected Methods

Method Description
DisableInterrupt ( ) : void
EnableInterrupt ( ) : void
ReadInternal ( ) : bool
WriteInternal ( bool value ) : void

Private Methods

Method Description
OnPinChanged ( PCA9535 sender, PCA9535 e ) : void

Method Details

DisableInterrupt() protected method

protected DisableInterrupt ( ) : void
return void

EnableInterrupt() protected method

protected EnableInterrupt ( ) : void
return void

IndirectedDigitalIO() public method

public IndirectedDigitalIO ( int channel, PCA9535 pca ) : GHIElectronics.UAP.Drivers
channel int
pca GHIElectronics.UAP.Drivers.PCA9535
return GHIElectronics.UAP.Drivers

ReadInternal() protected method

protected ReadInternal ( ) : bool
return bool

WriteInternal() protected method

protected WriteInternal ( bool value ) : void
value bool
return void