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

This structure represents a detected object size restriction message. More...

#include <DetectedObjectSizeRestrictionMessage.h>

Public Attributes

MessageType MessageType
 
MessageGroup MessageGroup
 
bool Error
 
int ErrorCode
 
uint64_t SerialNumber
 
void(* Destructor )(Message *self)
 
uint32_t MinimumSize
 Minimum size for device to detect.
 
uint32_t MaximumSize
 Maximum size for device to detect.
 
bool HasMinimumSize
 True when MinimumSize is valid.
 
bool HasMaximumSize
 True when MaximumSize is valid.
 

Detailed Description

This structure represents a detected object size restriction message.

This structure represents a message which indicates if a device has detected object size restriction on and for which minimum and maximum sizes.

Member Data Documentation

◆ Destructor

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

Destructor.

Inherited from Message base class.

◆ Error

bool DetectedObjectSizeRestrictionMessage::Error

If an error occurred, this is True.

Inherited from Message base class.

◆ ErrorCode

int DetectedObjectSizeRestrictionMessage::ErrorCode

Error Code, valid when Error == true.

Inherited from Message base class.

◆ MessageGroup

MessageGroup DetectedObjectSizeRestrictionMessage::MessageGroup

The Message Group of the Message.

Inherited from Message base class.

◆ MessageType

MessageType DetectedObjectSizeRestrictionMessage::MessageType

The Message Type of the Message.

Inherited from Message base class.

◆ SerialNumber

uint64_t DetectedObjectSizeRestrictionMessage::SerialNumber

Unique serial number for this message.

Inherited from Message base class.


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