|
Neonode zForce(TM) SDK
|
This structure represents a detected object size restriction message. More...
#include <DetectedObjectSizeRestrictionMessage.h>
Public Attributes | |
| MessageType | MessageType |
| The Message Type of the Message. | |
| MessageGroup | MessageGroup |
| The Message Group of the Message. | |
| bool | Error |
| If an error occurred, this is True. | |
| int | ErrorCode |
| Error Code, valid when Error == true. | |
| uint64_t | SerialNumber |
| Unique serial number for this message. | |
| void(* | Destructor )(Message *self) |
| Destructor. | |
| uint32_t | MinimumSize |
| Minimum size for device to detect. | |
| uint32_t | MaximumSize |
| Maximum size for device to detect. | |
| bool | HasMinimumSize |
| Is minimum size valid. | |
| bool | HasMaximumSize |
| Is maximum size valid. | |
This structure represents a detected object size restriction message.
This structure represents a message which indicates if a device has detected object size restriction on and for which maximum and minimum sizes.
1.8.11