C# Class VSCP.daemon

Mostra file Open project: grodansparadis/vscp_firmware

Public Properties

Property Type Description
daemonLog List

Public Methods

Method Description
Connect ( string IP ) : bool
Disconnect ( ) : bool
Do ( string _command ) : string
EventAvailable ( ) : int
EventSend ( ) : void
EventSender ( int _class, int _type, string _data ) : void
RecEvent ( ) : string

Method Details

Connect() public method

public Connect ( string IP ) : bool
IP string
return bool

Disconnect() public method

public Disconnect ( ) : bool
return bool

Do() public method

public Do ( string _command ) : string
_command string
return string

EventAvailable() public method

public EventAvailable ( ) : int
return int

EventSend() public method

public EventSend ( ) : void
return void

EventSender() public method

public EventSender ( int _class, int _type, string _data ) : void
_class int
_type int
_data string
return void

RecEvent() public method

public RecEvent ( ) : string
return string

Property Details

daemonLog public_oe property

public List daemonLog
return List