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 | |
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 49 of file NCBeacon.h.
|
readnonatomicassign |
beacon's major. Values [1-65535]
Swift code snippet:
Objective C code snippet:
Definition at line 91 of file NCBeacon.h.
|
readnonatomicassign |
beacon's minor. Values [1-65535]
Swift code snippet:
Objective C code snippet:
Definition at line 105 of file NCBeacon.h.
|
readnonatomicassign |
beacon's name.
Swift code snippet:
Objective C code snippet:
Definition at line 77 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 35 of file NCBeacon.h.
|
readnonatomicassign |
beacon's power.
Swift code snippet:
Objective C code snippet:
Definition at line 133 of file NCBeacon.h.
|
readnonatomicassign |
iBeacon status. TransmitterStatus
Swift code snippet:
Objective C code snippet:
Definition at line 147 of file NCBeacon.h.
|
readnonatomicassign |
beacon's sublocation identifier.
Swift code snippet:
Objective C code snippet:
Definition at line 63 of file NCBeacon.h.
|
readnonatomicassign |
beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]
Swift code snippet:
Objective C code snippet:
Definition at line 119 of file NCBeacon.h.