2016-07-20 16:25:09 -07:00
|
|
|
# Device Serial Number
|
2016-07-20 11:31:14 -07:00
|
|
|
|
2016-07-20 16:25:09 -07:00
|
|
|
Derive a unique, consistent serial number of this device from internal data.
|
2016-07-20 11:31:14 -07:00
|
|
|
|
|
|
|
```sig
|
2016-07-21 13:29:59 -07:00
|
|
|
control.deviceSerialNumber();
|
2016-07-20 11:31:14 -07:00
|
|
|
```
|
|
|
|
|
2016-07-21 13:29:59 -07:00
|
|
|
**This is an advanced API.** For more information, see the
|
|
|
|
[micro:bit runtime messageBus documentation](https://lancaster-university.github.io/microbit-docs/ubit/messageBus/).
|