Neonode zForce(TM) SDK
|
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. | |
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.
void( * ReflectiveEdgeFilterMessage::Destructor) (Message *self) |
Destructor.
Inherited from Message base class.
bool ReflectiveEdgeFilterMessage::Error |
If an error occurred, this is True.
Inherited from Message base class.
int ReflectiveEdgeFilterMessage::ErrorCode |
Error Code, valid when Error == true.
Inherited from Message base class.
MessageGroup ReflectiveEdgeFilterMessage::MessageGroup |
MessageType ReflectiveEdgeFilterMessage::MessageType |
uint64_t ReflectiveEdgeFilterMessage::SerialNumber |
Unique serial number for this message.
Inherited from Message base class.