Class is used for storing Eddystone. More...
#include <com/navigine/idl/objc/NCEddystone.h>
Inherits NSObject.
Properties | |
NCPoint * | point |
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 | |
Class is used for storing Eddystone.
Referenced from Sublocation.
Definition at line 21 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's instanceId.
Definition at line 51 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's location identifier.
Definition at line 31 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's name.
Definition at line 41 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's namespaceId.
Definition at line 46 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's X and Y coordinates in meters as Point (within the sublocation).
Definition at line 26 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's power.
Definition at line 56 of file NCEddystone.h.
|
readnonatomicassign |
eddystone status. TransmitterStatus
Definition at line 61 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's sublocation identifier.
Definition at line 36 of file NCEddystone.h.