|
Neonode zForce(TM) SDK
|
This structure represents a Hid Display Size Message. More...
#include <HidDisplaySizeMessage.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 | SizeX |
| X Size. | |
| bool | HasSizeX |
| Is the X Size reported? | |
| uint32_t | SizeY |
| Y Size. | |
| bool | HasSizeY |
| Is the Y Size reported? | |
This structure represents a Hid Display Size Message.
This structure represents a message containing the Hid Display Size.
1.8.11