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

This structure represents a floating protection message. More...

#include <FloatingProtectionMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
bool Enabled
 True when Floating Protection is enabled.
 
bool HasEnabled
 True when Enabled is valid.
 
uint32_t Time
 Floating Protection time in ms.
 
bool HasTime
 True when Time is valid.
 

Detailed Description

This structure represents a floating protection message.

This structure represents a message that configures the floating protection settings.

Member Data Documentation

◆ Destructor

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

Destructor.

Inherited from Message base class.

◆ Error

bool FloatingProtectionMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int FloatingProtectionMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup FloatingProtectionMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType FloatingProtectionMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t FloatingProtectionMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


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