|
||
class RExtendedInquiryResponseUUIDContainer;
An EIR UUID container class. Contains UUIDs and indications of data completeness
Defined in RExtendedInquiryResponseUUIDContainer
:
Close()
EUUID128
EUUID16
EUUID32
GetCompleteness(TUUIDType)const
Check if the Extended Inquiry Response has a complete set of UUIDs. SetCompleteness(TUUIDType,TBool)
Set the completeness for a set of specific type UUID (16, 32 or 128 bit UUID) in...TUUIDType
UUIDs()
Retrieve the UUID container class. IMPORT_C RUUIDContainer& UUIDs();
Retrieve the UUID container class.
|
IMPORT_C void SetCompleteness(TUUIDType aType, TBool aIsComplete);
Set the completeness for a set of specific type UUID (16, 32 or 128 bit UUID) in Extended Inquiry Response.
|
IMPORT_C TBool GetCompleteness(TUUIDType aType) const;
Check if the Extended Inquiry Response has a complete set of UUIDs.
|
|