Firmware SDK
twr_device_id.h
1 #ifndef _TWR_DEVICE_ID_H
2 #define _TWR_DEVICE_ID_H
3 
4 #include <twr_common.h>
5 
9 
13 
14 void twr_device_id_get(void *destination, size_t size);
15 
17 
18 #endif // _TWR_DEVICE_ID_H
void twr_device_id_get(void *destination, size_t size)
Get device unique ID.
Definition: twr_device_id.c:4