C# Class BTool.TxDataOutThread

Afficher le fichier Open project: x893/BTool Class Usage Examples

Méthodes publiques

Свойство Type Description
DeviceRxStopWaitCallback RxDataInThread.DeviceRxStopWaitDelegate
DeviceTxDataCallback DeviceForm.DeviceTxDataDelegate
DisplayMsgCallback DeviceForm.DisplayMsgDelegate
ShowProgressCallback DeviceTabsForm.ShowProgressDelegate
dataQ TI.Toolbox.QueueMgr
threadCtrl TI.Toolbox.ThreadControl

Méthodes publiques

Méthode Description
InitThread ( DeviceForm deviceForm ) : void
TxDataOutThread ( ) : System

Private Methods

Méthode Description
ClearTxQueueQuestion ( ) : void
DeviceTxStopWait ( bool foundData ) : void
ProcessQData ( TxDataOut txDataOut, bool &dataFound ) : bool
QueueDataReady ( ) : bool
TaskThread ( object threadData ) : void

Method Details

InitThread() public méthode

public InitThread ( DeviceForm deviceForm ) : void
deviceForm DeviceForm
Résultat void

TxDataOutThread() public méthode

public TxDataOutThread ( ) : System
Résultat System

Property Details

DeviceRxStopWaitCallback public_oe property

public RxDataInThread.DeviceRxStopWaitDelegate DeviceRxStopWaitCallback
Résultat RxDataInThread.DeviceRxStopWaitDelegate

DeviceTxDataCallback public_oe property

public DeviceForm.DeviceTxDataDelegate DeviceTxDataCallback
Résultat DeviceForm.DeviceTxDataDelegate

DisplayMsgCallback public_oe property

public DeviceForm.DisplayMsgDelegate DisplayMsgCallback
Résultat DeviceForm.DisplayMsgDelegate

ShowProgressCallback public_oe property

public DeviceTabsForm.ShowProgressDelegate ShowProgressCallback
Résultat DeviceTabsForm.ShowProgressDelegate

dataQ public_oe property

public QueueMgr,TI.Toolbox dataQ
Résultat TI.Toolbox.QueueMgr

threadCtrl public_oe property

public ThreadControl,TI.Toolbox threadCtrl
Résultat TI.Toolbox.ThreadControl