C# Class OSAE.OneWire.OneWire

Inheritance: OSAEPluginBase
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode Description
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void
tempConvert ( double temp ) : double
toString ( sbyte array ) : string

Private Methods

Méthode Description
LoadLibrary ( string lpFileName ) : IntPtr
poll ( object nothing ) : void

Method Details

ProcessCommand() public méthode

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

RunInterface() public méthode

public RunInterface ( string pluginName ) : void
pluginName string
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

tempConvert() public méthode

public tempConvert ( double temp ) : double
temp double
Résultat double

toString() public static méthode

public static toString ( sbyte array ) : string
array sbyte
Résultat string