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

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

#include <OperationModesMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
OperationModes Mask
 Mode Mask.
 
OperationModes Values
 Mode Values.
 

Detailed Description

This structure represents a operation mode message.

This structure represents a message containing operation mode information. The operating modes of the Device is described by two bitmasks. The Mask contains which modes were changed and Values contains what value they were set to.

Member Data Documentation

◆ Destructor

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

Destructor.

Inherited from Message base class.

◆ Error

bool OperationModesMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int OperationModesMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup OperationModesMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType OperationModesMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t OperationModesMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


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