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

Inheritance: Module
Datei anzeigen Open project: amykatenicho/IoTWorkshop Class Usage Examples

Public Methods

Method Description
SetDebugLed ( bool state ) : void

Protected Methods

Method Description
Initialize ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
AnalogIOCreator ( Socket socket, SocketPinNumber pinNumber ) : Task
CreateAnalogMap ( ) : Dictionary>
CreateAnalogSharedMap ( ) : Dictionary>
CreateGpioMap ( ) : Dictionary>>
CreatePwmMap ( ) : Dictionary>
CreatePwmSharedMap ( ) : Dictionary>
DigitalIOCreator ( Socket socket, SocketPinNumber pinNumber ) : Task
PwmOutputCreator ( Socket socket, SocketPinNumber pinNumber ) : Task

Method Details

Initialize() protected method

protected Initialize ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SetDebugLed() public method

public SetDebugLed ( bool state ) : void
state bool
return void