C# Class OSAE.RFXCOM.RFXCOM

Inheritance: OSAEPluginBase
Mostra file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method 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

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

Method Details

GetStatus() public method

public GetStatus ( ) : void
return void

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

ProcessReceivedChar() public method

public ProcessReceivedChar ( byte sComChar ) : void
sComChar byte
return void

RESETtrx() public method

public RESETtrx ( ) : void
return void

RSBytesToRead() public method

public RSBytesToRead ( ) : int
return int

RSDiscardInBuffer() public method

public RSDiscardInBuffer ( ) : bool
return bool

RSInit() public method

public RSInit ( string comport, int baudrate ) : bool
comport string
baudrate int
return bool

RSOpen() public method

public RSOpen ( ) : bool
return bool

RSReadByte() public method

public RSReadByte ( ) : int
return int

RSTxData() public method

public RSTxData ( byte buffer, int intLength ) : bool
buffer byte
intLength int
return bool

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

SendCommand() public method

public SendCommand ( byte command, string message ) : void
command byte
message string
return void

Shutdown() public method

public Shutdown ( ) : void
return void

decode_Baro() public method

public decode_Baro ( ) : void
return void

decode_Current() public method

public decode_Current ( ) : void
return void

decode_DateTime() public method

public decode_DateTime ( ) : void
return void

decode_Energy() public method

public decode_Energy ( ) : void
return void

decode_Gas() public method

public decode_Gas ( ) : void
return void

decode_Hum() public method

public decode_Hum ( ) : void
return void

decode_InterfaceMessage() public method

public decode_InterfaceMessage ( ) : void
return void

decode_Lighting2() public method

public decode_Lighting2 ( ) : void
return void

decode_Lighting5() public method

public decode_Lighting5 ( ) : void
return void

decode_Rain() public method

public decode_Rain ( ) : void
return void

decode_RecXmitMessage() public method

public decode_RecXmitMessage ( ) : void
return void

decode_Temp() public method

public decode_Temp ( ) : void
return void

decode_TempHum() public method

public decode_TempHum ( ) : void
return void

decode_TempHumBaro() public method

public decode_TempHumBaro ( ) : void
return void

decode_UNDECODED() public method

public decode_UNDECODED ( ) : void
return void

decode_UV() public method

public decode_UV ( ) : void
return void

decode_Water() public method

public decode_Water ( ) : void
return void

decode_Weight() public method

public decode_Weight ( ) : void
return void

decode_Wind() public method

public decode_Wind ( ) : void
return void

decode_messages() public method

public decode_messages ( ) : void
return void