C# 클래스 BTool.RxDataInThread

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

공개 프로퍼티들

프로퍼티 타입 설명
DataQueue TI.Toolbox.QueueMgr
DeviceRxDataCallback DeviceForm.DeviceRxDataDelegate
DeviceTxStopWaitCallback TxDataOutThread.DeviceTxStopWaitDelegate
ThreadCtrl TI.Toolbox.ThreadControl

공개 메소드들

메소드 설명
InitThread ( DeviceForm deviceForm ) : void
RxDataInThread ( DeviceForm deviceForm ) : System

비공개 메소드들

메소드 설명
CheckMsgComplete ( HCIStopWait msgComp, byte eventStatus ) : bool
DeviceRxStopWait ( bool startStop, HCIStopWait newStopWaitEvent ) : void
FindStopWait ( RxDataIn rxDataIn ) : bool
ProcessQData ( RxDataIn rxDataIn, bool &dataFound ) : bool
QueueDataReady ( ) : bool
TaskThread ( object threadData ) : void

메소드 상세

InitThread() 공개 메소드

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

RxDataInThread() 공개 메소드

public RxDataInThread ( DeviceForm deviceForm ) : System
deviceForm DeviceForm
리턴 System

프로퍼티 상세

DataQueue 공개적으로 프로퍼티

public QueueMgr,TI.Toolbox DataQueue
리턴 TI.Toolbox.QueueMgr

DeviceRxDataCallback 공개적으로 프로퍼티

public DeviceForm.DeviceRxDataDelegate DeviceRxDataCallback
리턴 DeviceForm.DeviceRxDataDelegate

DeviceTxStopWaitCallback 공개적으로 프로퍼티

public TxDataOutThread.DeviceTxStopWaitDelegate DeviceTxStopWaitCallback
리턴 TxDataOutThread.DeviceTxStopWaitDelegate

ThreadCtrl 공개적으로 프로퍼티

public ThreadControl,TI.Toolbox ThreadCtrl
리턴 TI.Toolbox.ThreadControl