C# Class BTool.ThreadMgr

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

Méthodes publiques

Свойство Type Description
rspDataIn RspDataInThread
rxDataIn RxDataInThread
rxTxMgr RxTxMgrThread
txDataOut TxDataOutThread

Méthodes publiques

Méthode Description
CheckForIdle ( ) : bool
ClearQueues ( ) : bool
ExitThreads ( ) : bool
Init ( DeviceForm deviceForm ) : void
PauseThreads ( ) : bool
ResumeThreads ( ) : bool
StopThreads ( ) : bool
ThreadMgr ( DeviceForm deviceForm ) : System.Threading
WaitForPause ( ) : bool

Method Details

CheckForIdle() public méthode

public CheckForIdle ( ) : bool
Résultat bool

ClearQueues() public méthode

public ClearQueues ( ) : bool
Résultat bool

ExitThreads() public méthode

public ExitThreads ( ) : bool
Résultat bool

Init() public méthode

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

PauseThreads() public méthode

public PauseThreads ( ) : bool
Résultat bool

ResumeThreads() public méthode

public ResumeThreads ( ) : bool
Résultat bool

StopThreads() public méthode

public StopThreads ( ) : bool
Résultat bool

ThreadMgr() public méthode

public ThreadMgr ( DeviceForm deviceForm ) : System.Threading
deviceForm DeviceForm
Résultat System.Threading

WaitForPause() public méthode

public WaitForPause ( ) : bool
Résultat bool

Property Details

rspDataIn public_oe property

public RspDataInThread,BTool rspDataIn
Résultat RspDataInThread

rxDataIn public_oe property

public RxDataInThread,BTool rxDataIn
Résultat RxDataInThread

rxTxMgr public_oe property

public RxTxMgrThread,BTool rxTxMgr
Résultat RxTxMgrThread

txDataOut public_oe property

public TxDataOutThread,BTool txDataOut
Résultat TxDataOutThread