C# 클래스 VSCP.daemon

파일 보기 프로젝트 열기: grodansparadis/vscp_firmware

공개 프로퍼티들

프로퍼티 타입 설명
daemonLog List

공개 메소드들

메소드 설명
Connect ( string IP ) : bool
Disconnect ( ) : bool
Do ( string _command ) : string
EventAvailable ( ) : int
EventSend ( ) : void
EventSender ( int _class, int _type, string _data ) : void
RecEvent ( ) : string

메소드 상세

Connect() 공개 메소드

public Connect ( string IP ) : bool
IP string
리턴 bool

Disconnect() 공개 메소드

public Disconnect ( ) : bool
리턴 bool

Do() 공개 메소드

public Do ( string _command ) : string
_command string
리턴 string

EventAvailable() 공개 메소드

public EventAvailable ( ) : int
리턴 int

EventSend() 공개 메소드

public EventSend ( ) : void
리턴 void

EventSender() 공개 메소드

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

RecEvent() 공개 메소드

public RecEvent ( ) : string
리턴 string

프로퍼티 상세

daemonLog 공개적으로 프로퍼티

public List daemonLog
리턴 List