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 | |
| BOOL | valid |
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 111 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's location identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 51 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's name.
Swift code snippet:
Objective C code snippet:
Definition at line 81 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's namespaceId.
Swift code snippet:
Objective C code snippet:
Definition at line 96 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 36 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's power.
Swift code snippet:
Objective C code snippet:
Definition at line 126 of file NCEddystone.h.
|
readnonatomicassign |
eddystone status. TransmitterStatus
Swift code snippet:
Objective C code snippet:
Definition at line 141 of file NCEddystone.h.
|
readnonatomicassign |
eddystone's sublocation identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 66 of file NCEddystone.h.
|
readnonatomicassign |
Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.
Definition at line 149 of file NCEddystone.h.