C# Class BTool.ThreadMgr

Mostra file Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
rspDataIn RspDataInThread
rxDataIn RxDataInThread
rxTxMgr RxTxMgrThread
txDataOut TxDataOutThread

Public Methods

Method 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 method

public CheckForIdle ( ) : bool
return bool

ClearQueues() public method

public ClearQueues ( ) : bool
return bool

ExitThreads() public method

public ExitThreads ( ) : bool
return bool

Init() public method

public Init ( DeviceForm deviceForm ) : void
deviceForm DeviceForm
return void

PauseThreads() public method

public PauseThreads ( ) : bool
return bool

ResumeThreads() public method

public ResumeThreads ( ) : bool
return bool

StopThreads() public method

public StopThreads ( ) : bool
return bool

ThreadMgr() public method

public ThreadMgr ( DeviceForm deviceForm ) : System.Threading
deviceForm DeviceForm
return System.Threading

WaitForPause() public method

public WaitForPause ( ) : bool
return bool

Property Details

rspDataIn public_oe property

public RspDataInThread,BTool rspDataIn
return RspDataInThread

rxDataIn public_oe property

public RxDataInThread,BTool rxDataIn
return RxDataInThread

rxTxMgr public_oe property

public RxTxMgrThread,BTool rxTxMgr
return RxTxMgrThread

txDataOut public_oe property

public TxDataOutThread,BTool txDataOut
return TxDataOutThread