Neonode zForce(TM) SDK
Public Attributes | List of all members
TouchModeMessage Struct Reference

This structure represents a touch mode message. More...

#include <TouchModeMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
TouchModes TouchMode
 Touch Mode.
 
bool HasTouchMode
 True when TouchMode is valid.
 
uint32_t ClickOnTouchTime
 How long to wait for before a touch is clicked in Click on Touch Mode.
 
bool HasClickOnTouchTime
 True when ClickOnTouchTime is valid.
 
uint32_t ClickOnTouchRadius
 How far the touch has to move before it is switched to Normal Mode.
 
bool HasClickOnTouchRadius
 True when ClickOnTouchRadius is valid.
 

Detailed Description

This structure represents a touch mode message.

This structure represents a message that decides the touch mode.

Member Data Documentation

◆ Destructor

void( * TouchModeMessage::Destructor) (Message *self)

Destructor.

Inherited from Message base class.

◆ Error

bool TouchModeMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int TouchModeMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup TouchModeMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType TouchModeMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t TouchModeMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


The documentation for this struct was generated from the following file: