C# 클래스 BTool.ThreadMgr

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

공개 프로퍼티들

프로퍼티 타입 설명
rspDataIn RspDataInThread
rxDataIn RxDataInThread
rxTxMgr RxTxMgrThread
txDataOut TxDataOutThread

공개 메소드들

메소드 설명
CheckForIdle ( ) : bool
ClearQueues ( ) : bool
ExitThreads ( ) : bool
Init ( DeviceForm deviceForm ) : void
PauseThreads ( ) : bool
ResumeThreads ( ) : bool
StopThreads ( ) : bool
ThreadMgr ( DeviceForm deviceForm ) : System.Threading
WaitForPause ( ) : bool

메소드 상세

CheckForIdle() 공개 메소드

public CheckForIdle ( ) : bool
리턴 bool

ClearQueues() 공개 메소드

public ClearQueues ( ) : bool
리턴 bool

ExitThreads() 공개 메소드

public ExitThreads ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( DeviceForm deviceForm ) : void
deviceForm DeviceForm
리턴 void

PauseThreads() 공개 메소드

public PauseThreads ( ) : bool
리턴 bool

ResumeThreads() 공개 메소드

public ResumeThreads ( ) : bool
리턴 bool

StopThreads() 공개 메소드

public StopThreads ( ) : bool
리턴 bool

ThreadMgr() 공개 메소드

public ThreadMgr ( DeviceForm deviceForm ) : System.Threading
deviceForm DeviceForm
리턴 System.Threading

WaitForPause() 공개 메소드

public WaitForPause ( ) : bool
리턴 bool

프로퍼티 상세

rspDataIn 공개적으로 프로퍼티

public RspDataInThread,BTool rspDataIn
리턴 RspDataInThread

rxDataIn 공개적으로 프로퍼티

public RxDataInThread,BTool rxDataIn
리턴 RxDataInThread

rxTxMgr 공개적으로 프로퍼티

public RxTxMgrThread,BTool rxTxMgr
리턴 RxTxMgrThread

txDataOut 공개적으로 프로퍼티

public TxDataOutThread,BTool txDataOut
리턴 TxDataOutThread