|
Neonode zForce(TM) SDK
|
An McuUniqueIdentifierMessage that contains the MCU Unique Identifier. More...

Go to the source code of this file.
Classes | |
| struct | McuUniqueIdentifierMessage |
| This structure represents an mcu unique identifier message. More... | |
Functions | |
| DLLINTERNAL McuUniqueIdentifierMessage * | McuUniqueIdentifierMessage_New (MessageGroup messageGroup, uint32_t size) |
| Internal constructor for McuUniqueIdentifierMessage. More... | |
An McuUniqueIdentifierMessage that contains the MCU Unique Identifier.
| DLLINTERNAL McuUniqueIdentifierMessage* McuUniqueIdentifierMessage_New | ( | MessageGroup | messageGroup, |
| uint32_t | size | ||
| ) |
Internal constructor for McuUniqueIdentifierMessage.
Internal constructor for McuUniqueIdentifierMessage. Do not use this constructor, always use the factory creator.
On failure, errno is set.
| messageGroup | MessageGroup of Message. |
| size | If this is used as a base class for another class, set size to non-zero. |