C# Class GHIElectronics.UAP.Gadgeteer.NativeInterfaces.AnalogIO

Inheritance: SocketInterfaces.AnalogIO
Datei anzeigen Open project: amykatenicho/IoTWorkshop Class Usage Examples

Protected Methods

Method Description
ReadInternal ( ) : double
WriteInternal ( double voltage ) : void

Method Details

ReadInternal() protected method

protected ReadInternal ( ) : double
return double

WriteInternal() protected method

protected WriteInternal ( double voltage ) : void
voltage double
return void