Class is used for storing iBeacon. More...
#include <com/navigine/idl/objc/NCBeacon.h>
Inherits NSObject.
Properties | |
| NCPoint * | point |
| beacon's X and Y coordinates in meters as Point (within the sublocation). | |
| int32_t | locationId |
| beacon's location identifier. | |
| int32_t | sublocationId |
| beacon's sublocation identifier. | |
| NSString * | name |
| beacon's name. | |
| int32_t | major |
| beacon's major. Values [1-65535] | |
| int32_t | minor |
| beacon's minor. Values [1-65535] | |
| NSString * | uuid |
| beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX] | |
| NSNumber * | power |
| beacon's power. | |
| NCTransmitterStatus | status |
| iBeacon status. TransmitterStatus | |
| BOOL | valid |
Class is used for storing iBeacon.
Referenced from Sublocation.
Definition at line 21 of file NCBeacon.h.
|
readnonatomicassign |
beacon's location identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 51 of file NCBeacon.h.
|
readnonatomicassign |
beacon's major. Values [1-65535]
Swift code snippet:
Objective C code snippet:
Definition at line 96 of file NCBeacon.h.
|
readnonatomicassign |
beacon's minor. Values [1-65535]
Swift code snippet:
Objective C code snippet:
Definition at line 111 of file NCBeacon.h.
|
readnonatomicassign |
beacon's name.
Swift code snippet:
Objective C code snippet:
Definition at line 81 of file NCBeacon.h.
|
readnonatomicassign |
beacon'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 NCBeacon.h.
|
readnonatomicassign |
beacon's power.
Swift code snippet:
Objective C code snippet:
Definition at line 141 of file NCBeacon.h.
|
readnonatomicassign |
iBeacon status. TransmitterStatus
Swift code snippet:
Objective C code snippet:
Definition at line 156 of file NCBeacon.h.
|
readnonatomicassign |
beacon's sublocation identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 66 of file NCBeacon.h.
|
readnonatomicassign |
beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]
Swift code snippet:
Objective C code snippet:
Definition at line 126 of file NCBeacon.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 164 of file NCBeacon.h.