LGATTUUID& operator =( const char * uuid );
LGATTUUID& operator =( const char * uuid );
This function represents an overloaded assignment operators to allow initialization of LGATTUUID objects from 128-bit uuid strings.
|
Parameters |
Description |
|
const char * uuid |
The UUID string in canonical form, for example, 9D6EB1F1-F16D-5B84-5640-E5FF491FA020. |
LGATTUUID customUUID; customUUID = "9D6EB1F1-F16D-5B84-5640-E5FF491FA020";
LGATTUUID.h