C# Class BTool.RspDataInThread

Mostra file Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
AttErrorRsp AttErrorRsp
AttExecuteWriteRsp AttExecuteWriteRsp
AttHandleValueIndication AttHandleValueIndication
AttHandleValueNotification AttHandleValueNotification
AttPrepareWriteRsp AttPrepareWriteRsp
AttReadBlobRsp AttReadBlobRsp
AttReadRsp AttReadRsp
AttWriteRsp AttWriteRsp
DataQueue TI.Toolbox.QueueMgr
ExtCmdStatus ExtCmdStatus
RspDataInChangedCallback RspDataInThread.RspDataInChangedDelegate
ThreadCtrl TI.Toolbox.ThreadControl

Public Methods

Method Description
RspDataInThread ( DeviceForm deviceForm ) : System

Private Methods

Method Description
ProcessQData ( HCIReplies hciReplies, bool &dataFound ) : bool
QueueDataReady ( ) : bool
TaskThread ( object threadData ) : void

Method Details

RspDataInThread() public method

public RspDataInThread ( DeviceForm deviceForm ) : System
deviceForm DeviceForm
return System

Property Details

AttErrorRsp public_oe property

public AttErrorRsp,BTool AttErrorRsp
return AttErrorRsp

AttExecuteWriteRsp public_oe property

public AttExecuteWriteRsp,BTool AttExecuteWriteRsp
return AttExecuteWriteRsp

AttHandleValueIndication public_oe property

public AttHandleValueIndication AttHandleValueIndication
return AttHandleValueIndication

AttHandleValueNotification public_oe property

public AttHandleValueNotification,BTool AttHandleValueNotification
return AttHandleValueNotification

AttPrepareWriteRsp public_oe property

public AttPrepareWriteRsp,BTool AttPrepareWriteRsp
return AttPrepareWriteRsp

AttReadBlobRsp public_oe property

public AttReadBlobRsp,BTool AttReadBlobRsp
return AttReadBlobRsp

AttReadRsp public_oe property

public AttReadRsp,BTool AttReadRsp
return AttReadRsp

AttWriteRsp public_oe property

public AttWriteRsp,BTool AttWriteRsp
return AttWriteRsp

DataQueue public_oe property

public QueueMgr,TI.Toolbox DataQueue
return TI.Toolbox.QueueMgr

ExtCmdStatus public_oe property

public ExtCmdStatus,BTool ExtCmdStatus
return ExtCmdStatus

RspDataInChangedCallback public_oe property

public RspDataInThread.RspDataInChangedDelegate RspDataInChangedCallback
return RspDataInThread.RspDataInChangedDelegate

ThreadCtrl public_oe property

public ThreadControl,TI.Toolbox ThreadCtrl
return TI.Toolbox.ThreadControl