Neonode zForce(TM) SDK
Classes | Functions
McuUniqueIdentifierMessage.h File Reference

An McuUniqueIdentifierMessage that contains the MCU Unique Identifier. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  McuUniqueIdentifierMessage
 This structure represents an mcu unique identifier message. More...
 

Functions

DLLINTERNAL McuUniqueIdentifierMessageMcuUniqueIdentifierMessage_New (MessageGroup messageGroup, uint32_t size)
 Internal constructor for McuUniqueIdentifierMessage. More...
 

Detailed Description

An McuUniqueIdentifierMessage that contains the MCU Unique Identifier.

Function Documentation

◆ McuUniqueIdentifierMessage_New()

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.

Parameters
messageGroupMessageGroup of Message.
sizeIf this is used as a base class for another class, set size to non-zero.
Returns
Pointer to McuUniqueIdentifierMessage.