C# 클래스 MAXSharp.MAXMonitoringThread

파일 보기 프로젝트 열기: bietiekay/MAXSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
connected bool
running bool
theHouse House

공개 메소드들

메소드 설명
MAXMonitoringThread ( String _Hostname, Int32 _Port, ConcurrentQueue EventQueue, Int32 UpdateTime = 10000 ) : System
Run ( ) : void

메소드 상세

MAXMonitoringThread() 공개 메소드

public MAXMonitoringThread ( String _Hostname, Int32 _Port, ConcurrentQueue EventQueue, Int32 UpdateTime = 10000 ) : System
_Hostname String
_Port System.Int32
EventQueue ConcurrentQueue
UpdateTime System.Int32
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

connected 공개적으로 프로퍼티

public bool connected
리턴 bool

running 공개적으로 프로퍼티

public bool running
리턴 bool

theHouse 공개적으로 프로퍼티

public House,MAXSharp theHouse
리턴 House