Loading...
Searching...
No Matches

Class is used for storing Eddystone. More...

#include <com/navigine/idl/objc/NCEddystone.h>

Inherits NSObject.

Properties

NCPointpoint
 eddystone's X and Y coordinates in meters as Point (within the sublocation).
 
int32_t locationId
 eddystone's location identifier.
 
int32_t sublocationId
 eddystone's sublocation identifier.
 
NSString * name
 eddystone's name.
 
NSString * namespaceId
 eddystone's namespaceId.
 
NSString * instanceId
 eddystone's instanceId.
 
NSNumber * power
 eddystone's power.
 
NCTransmitterStatus status
 eddystone status. TransmitterStatus
 

Detailed Description

Class is used for storing Eddystone.

Referenced from Sublocation.

Definition at line 21 of file NCEddystone.h.

Property Documentation

◆ instanceId

- (NSString*) instanceId
readnonatomicassign

eddystone's instanceId.

Definition at line 51 of file NCEddystone.h.

◆ locationId

- (int32_t) locationId
readnonatomicassign

eddystone's location identifier.

Definition at line 31 of file NCEddystone.h.

◆ name

- (NSString*) name
readnonatomicassign

eddystone's name.

Definition at line 41 of file NCEddystone.h.

◆ namespaceId

- (NSString*) namespaceId
readnonatomicassign

eddystone's namespaceId.

Definition at line 46 of file NCEddystone.h.

◆ point

- (NCPoint*) point
readnonatomicassign

eddystone's X and Y coordinates in meters as Point (within the sublocation).

Definition at line 26 of file NCEddystone.h.

◆ power

- (NSNumber*) power
readnonatomicassign

eddystone's power.

Definition at line 56 of file NCEddystone.h.

◆ status

- (NCTransmitterStatus) status
readnonatomicassign

eddystone status. TransmitterStatus

Definition at line 61 of file NCEddystone.h.

◆ sublocationId

- (int32_t) sublocationId
readnonatomicassign

eddystone's sublocation identifier.

Definition at line 36 of file NCEddystone.h.


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