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

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

#include <ReflectiveEdgeFilterMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
bool FilterIsOn
 True when the filter is enabled.
 

Detailed Description

This structure represents a operation mode message.

This structure represents a message that turns on a filter that reduces the chance of ghost touches if there is highly reflective surface outside of the touch active area.

Member Data Documentation

◆ Destructor

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

Destructor.

Inherited from Message base class.

◆ Error

bool ReflectiveEdgeFilterMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int ReflectiveEdgeFilterMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup ReflectiveEdgeFilterMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType ReflectiveEdgeFilterMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t ReflectiveEdgeFilterMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


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