C# Class BTool.RxTxMgrThread

Mostra file Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
HandleRxTxMessageCallback DeviceForm.HandleRxTxMessageDelegate
dataQ TI.Toolbox.QueueMgr
threadCtrl TI.Toolbox.ThreadControl

Public Methods

Method Description
RxTxMgrThread ( ) : System

Private Methods

Method Description
ProcessQData ( RxTxMgrData rxTxMgrData, bool &dataFound ) : bool
QueueDataReady ( ) : bool
TaskThread ( object threadData ) : void

Method Details

RxTxMgrThread() public method

public RxTxMgrThread ( ) : System
return System

Property Details

HandleRxTxMessageCallback public_oe property

public DeviceForm.HandleRxTxMessageDelegate HandleRxTxMessageCallback
return DeviceForm.HandleRxTxMessageDelegate

dataQ public_oe property

public QueueMgr,TI.Toolbox dataQ
return TI.Toolbox.QueueMgr

threadCtrl public_oe property

public ThreadControl,TI.Toolbox threadCtrl
return TI.Toolbox.ThreadControl