C# Class BTool.AttReadByTypeRsp

Mostra file Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
AttReadByTypeRspCallback AttReadByTypeRspDelegate

Public Methods

Method Description
AttReadByTypeRsp ( DeviceForm deviceForm ) : System.Collections.Generic
GetATT_ReadByTypeRsp ( HCIReplies hciReplies, bool &dataFound ) : bool

Private Methods

Method Description
SendRspCallback ( HCIReplies hciReplies, bool success ) : void

Method Details

AttReadByTypeRsp() public method

public AttReadByTypeRsp ( DeviceForm deviceForm ) : System.Collections.Generic
deviceForm DeviceForm
return System.Collections.Generic

GetATT_ReadByTypeRsp() public method

public GetATT_ReadByTypeRsp ( HCIReplies hciReplies, bool &dataFound ) : bool
hciReplies HCIReplies
dataFound bool
return bool

Property Details

AttReadByTypeRspCallback public_oe property

public AttReadByTypeRspDelegate AttReadByTypeRspCallback
return AttReadByTypeRspDelegate