C# Class OSAE.RFXCOM.RFXCOM

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

Méthodes publiques

Méthode Description
GetStatus ( ) : void
ProcessCommand ( OSAEMethod method ) : void
ProcessReceivedChar ( byte sComChar ) : void
RESETtrx ( ) : void
RSBytesToRead ( ) : int
RSDiscardInBuffer ( ) : bool
RSInit ( string comport, int baudrate ) : bool
RSOpen ( ) : bool
RSReadByte ( ) : int
RSTxData ( byte buffer, int intLength ) : bool
RunInterface ( string pluginName ) : void
SendCommand ( byte command, string message ) : void
Shutdown ( ) : void
decode_Baro ( ) : void
decode_Current ( ) : void
decode_DateTime ( ) : void
decode_Energy ( ) : void
decode_Gas ( ) : void
decode_Hum ( ) : void
decode_InterfaceMessage ( ) : void
decode_Lighting2 ( ) : void
decode_Lighting5 ( ) : void
decode_Rain ( ) : void
decode_RecXmitMessage ( ) : void
decode_Temp ( ) : void
decode_TempHum ( ) : void
decode_TempHumBaro ( ) : void
decode_UNDECODED ( ) : void
decode_UV ( ) : void
decode_Water ( ) : void
decode_Weight ( ) : void
decode_Wind ( ) : void
decode_messages ( ) : void

Private Methods

Méthode Description
GetByte ( string str ) : byte
WriteCom ( byte kar ) : void
tmrRead_Tick ( System sender, System e ) : void

Method Details

GetStatus() public méthode

public GetStatus ( ) : void
Résultat void

ProcessCommand() public méthode

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

ProcessReceivedChar() public méthode

public ProcessReceivedChar ( byte sComChar ) : void
sComChar byte
Résultat void

RESETtrx() public méthode

public RESETtrx ( ) : void
Résultat void

RSBytesToRead() public méthode

public RSBytesToRead ( ) : int
Résultat int

RSDiscardInBuffer() public méthode

public RSDiscardInBuffer ( ) : bool
Résultat bool

RSInit() public méthode

public RSInit ( string comport, int baudrate ) : bool
comport string
baudrate int
Résultat bool

RSOpen() public méthode

public RSOpen ( ) : bool
Résultat bool

RSReadByte() public méthode

public RSReadByte ( ) : int
Résultat int

RSTxData() public méthode

public RSTxData ( byte buffer, int intLength ) : bool
buffer byte
intLength int
Résultat bool

RunInterface() public méthode

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

SendCommand() public méthode

public SendCommand ( byte command, string message ) : void
command byte
message string
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

decode_Baro() public méthode

public decode_Baro ( ) : void
Résultat void

decode_Current() public méthode

public decode_Current ( ) : void
Résultat void

decode_DateTime() public méthode

public decode_DateTime ( ) : void
Résultat void

decode_Energy() public méthode

public decode_Energy ( ) : void
Résultat void

decode_Gas() public méthode

public decode_Gas ( ) : void
Résultat void

decode_Hum() public méthode

public decode_Hum ( ) : void
Résultat void

decode_InterfaceMessage() public méthode

public decode_InterfaceMessage ( ) : void
Résultat void

decode_Lighting2() public méthode

public decode_Lighting2 ( ) : void
Résultat void

decode_Lighting5() public méthode

public decode_Lighting5 ( ) : void
Résultat void

decode_Rain() public méthode

public decode_Rain ( ) : void
Résultat void

decode_RecXmitMessage() public méthode

public decode_RecXmitMessage ( ) : void
Résultat void

decode_Temp() public méthode

public decode_Temp ( ) : void
Résultat void

decode_TempHum() public méthode

public decode_TempHum ( ) : void
Résultat void

decode_TempHumBaro() public méthode

public decode_TempHumBaro ( ) : void
Résultat void

decode_UNDECODED() public méthode

public decode_UNDECODED ( ) : void
Résultat void

decode_UV() public méthode

public decode_UV ( ) : void
Résultat void

decode_Water() public méthode

public decode_Water ( ) : void
Résultat void

decode_Weight() public méthode

public decode_Weight ( ) : void
Résultat void

decode_Wind() public méthode

public decode_Wind ( ) : void
Résultat void

decode_messages() public méthode

public decode_messages ( ) : void
Résultat void