|
Neonode zForce(TM) SDK
|
An SnappingFilterMessage that contains the snapping filter a Device is set to. More...

Go to the source code of this file.
Classes | |
| struct | SnappingFilterMessage |
| This structure represents an snapping filter message. More... | |
Functions | |
| DLLINTERNAL SnappingFilterMessage * | SnappingFilterMessage_New (MessageGroup messageGroup, uint32_t size) |
| Internal constructor for SnappingFilterMessage. More... | |
An SnappingFilterMessage that contains the snapping filter a Device is set to.
| DLLINTERNAL SnappingFilterMessage* SnappingFilterMessage_New | ( | MessageGroup | messageGroup, |
| uint32_t | size | ||
| ) |
Internal constructor for SnappingFilterMessage.
Internal constructor for SnappingFilterMessage. 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. |