C# Class BTool.AttFindByTypeValueRsp

Exibir arquivo Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
AttFindByTypeValueRspCallback AttFindByTypeValueRspDelegate

Public Methods

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

Private Methods

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

Method Details

AttFindByTypeValueRsp() public method

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

GetATT_FindByTypeValueRsp() public method

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

Property Details

AttFindByTypeValueRspCallback public_oe property

public AttFindByTypeValueRspDelegate AttFindByTypeValueRspCallback
return AttFindByTypeValueRspDelegate