#include <oscl_uuid.h>
Public Methods | |
OsclUuid () | |
OsclUuid (uint32 l, uint16 w1, uint16 w2, uint8 b1, uint8 b2, uint8 b3, uint8 b4, uint8 b5, uint8 b6, uint8 b7, uint8 b8) | |
OsclUuid (const char *aUuidString) | |
OsclUuid (const OsclUuid &uuid) | |
OsclUuid & | operator= (const OsclUuid &src) |
bool | operator== (const OsclUuid &src) const |
bool | operator!= (const OsclUuid &src) const |
Data Fields | |
uint32 | data1 |
uint16 | data2 |
uint16 | data3 |
uint8 | data4 [BYTES_IN_UUID_ARRAY] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|