Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
UpdateRequest Struct Reference

#include <btperipheralmanager_p.h>

+ Collaboration diagram for UpdateRequest:

Public Member Functions

 UpdateRequest ()=default
 
 UpdateRequest (QLowEnergyHandle handle, const ObjCStrongReference< NSData > &val)
 

Public Attributes

QLowEnergyHandle charHandle = {}
 
ObjCStrongReference< NSData > value
 

Detailed Description

Definition at line 74 of file btperipheralmanager_p.h.

Constructor & Destructor Documentation

◆ UpdateRequest() [1/2]

UpdateRequest::UpdateRequest ( )
default

◆ UpdateRequest() [2/2]

UpdateRequest::UpdateRequest ( QLowEnergyHandle handle,
const ObjCStrongReference< NSData > & val )
inline

Definition at line 77 of file btperipheralmanager_p.h.

References UpdateRequest(), and charHandle.

Referenced by UpdateRequest().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ charHandle

QLowEnergyHandle UpdateRequest::charHandle = {}

Definition at line 83 of file btperipheralmanager_p.h.

Referenced by UpdateRequest().

◆ value

ObjCStrongReference<NSData> UpdateRequest::value

Definition at line 84 of file btperipheralmanager_p.h.


The documentation for this struct was generated from the following file: