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

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

Public Methods

Method Description
IndirectedDigitalIO ( CY8C9560A pin, CY8C9560A cy8 ) : GHIElectronics.UAP.Drivers

Protected Methods

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

Method Details

DisableInterrupt() protected method

protected DisableInterrupt ( ) : void
return void

EnableInterrupt() protected method

protected EnableInterrupt ( ) : void
return void

IndirectedDigitalIO() public method

public IndirectedDigitalIO ( CY8C9560A pin, CY8C9560A cy8 ) : GHIElectronics.UAP.Drivers
pin CY8C9560A
cy8 CY8C9560A
return GHIElectronics.UAP.Drivers

ReadInternal() protected method

protected ReadInternal ( ) : bool
return bool

WriteInternal() protected method

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