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.
Swift code snippet:
Objective C code snippet:
Definition at line 105 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's location identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 49 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's name.
Swift code snippet:
Objective C code snippet:
Definition at line 77 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's namespaceId.
Swift code snippet:
Objective C code snippet:
Definition at line 91 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's X and Y coordinates in meters as Point (within the sublocation).
Swift code snippet:
Objective C code snippet:
Definition at line 35 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's power.
Swift code snippet:
Objective C code snippet:
Definition at line 119 of file NCEddystone.h.
|
readnonatomicassign |
eddystone status. TransmitterStatus
Swift code snippet:
Objective C code snippet:
Definition at line 133 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's sublocation identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 63 of file NCEddystone.h.