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

This structure represents a disable message. More...

#include <DisableMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
bool Disabled
 True when device is disabled.
 

Detailed Description

This structure represents a disable message.

This structure represents a message which indicates if the scanning on a device is turned off.

Member Data Documentation

◆ Destructor

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

Destructor.

Inherited from Message base class.

◆ Error

bool DisableMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int DisableMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup DisableMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType DisableMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t DisableMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


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