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

This structure represents a FlipXY Message. More...

#include <FlipXYMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
bool AxesAreFlipped
 True when axes are flipped.
 

Detailed Description

This structure represents a FlipXY Message.

This structure represents a message containing the FlipXY message.

Member Data Documentation

◆ Destructor

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

Destructor.

Inherited from Message base class.

◆ Error

bool FlipXYMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int FlipXYMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup FlipXYMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType FlipXYMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t FlipXYMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


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