C# Class BTool.AttHandleValueNotification

Mostra file Open project: x893/BTool Class Usage Examples

Public Properties

Property Type Description
AttHandleValueNotificationCallback AttHandleValueNotificationDelegate

Public Methods

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

Private Methods

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

Method Details

AttHandleValueNotification() public method

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

GetATT_HandleValueNotification() public method

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

Property Details

AttHandleValueNotificationCallback public_oe property

public AttHandleValueNotificationDelegate AttHandleValueNotificationCallback
return AttHandleValueNotificationDelegate