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

This structure represents an enable message. More...

#include <EnableMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
bool Enabled
 True when device is enabled.
 
bool ContinuousMode
 True when device is set to Continuous Mode.
 
uint32_t NumberOfMessages
 Number Of Messages.
 

Detailed Description

This structure represents an enable message.

This structure represents a message which indicates if the scanning on a device is turned on and if it is continous or has a defined number of messages to send set.

Member Data Documentation

◆ Destructor

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

Destructor.

Inherited from Message base class.

◆ Error

bool EnableMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int EnableMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup EnableMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType EnableMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t EnableMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


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