C# Class BTool.AttReadByGrpTypeRsp

Mostra file Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
AttReadByGrpTypeRspCallback AttReadByGrpTypeRspDelegate

Public Methods

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

Private Methods

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

Method Details

AttReadByGrpTypeRsp() public method

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

GetATT_ReadByGrpTypeRsp() public method

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

Property Details

AttReadByGrpTypeRspCallback public_oe property

public AttReadByGrpTypeRspDelegate AttReadByGrpTypeRspCallback
return AttReadByGrpTypeRspDelegate