Compares two UUIDs.
True if the two UUIDs are equal, false if they are not.
Writes UUID in a string form into buffer that looks like the following... {12345678-1234-5678-1234-567812345678} or {NULL UUID} if NULL was passed.
The Uuid to write into the buffer as human-readable string
Memory to write the string to. Must be at least UUID_STRING_BUFFER_LENGTH bytes long.
Make a Uuid object from sixteen bytes.
A Uuid structure representing the bytes p0 to p15.
Creates a Uuid from an array of bytes with 16 bytes in Big Endian order.
The created Uuid
Creates a Uuid from an array of bytes with 16 bytes in Little Endian order.
The created Uuid
The minimum required length of a string used to hold a uuid (including null).
Do you have questions about the Pebble SDK?
Do you need some help understanding something on this page?
You can either take advantage of our awesome developer community and check out the SDK Help forums, or you can send us a message through the website!