The API to retrieve the device's UID.

Go to the source code of this file.
Functions | |
| void | UIDStore_Init () |
| Initialize the UID store. | |
| const uint8_t * | UIDStore_GetUID () |
| Get the device's UID. More... | |
| void | UIDStore_AsAsciiString (char *output) |
| Convert the UID to an ASCII string representation, e.g. abcd:01020304. More... | |
| void | UIDStore_AsUnicodeString (uint16_t *output) |
| Convert the UID to a Unicode string representation, e.g. abcd:01020304. More... | |
| void UIDStore_AsAsciiString | ( | char * | output | ) |
Convert the UID to an ASCII string representation, e.g. abcd:01020304.
| output | The location to store the string in, must be at least UID_LENGTH * 2 + 1 characters. |
| void UIDStore_AsUnicodeString | ( | uint16_t * | output | ) |
Convert the UID to a Unicode string representation, e.g. abcd:01020304.
| output | The location to store the string in, must be at least UID_LENGTH * 2 + 1 characters. |
| const uint8_t* UIDStore_GetUID | ( | ) |
Get the device's UID.