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.
Definition at line 31 of file NCBeacon.h.
|
readnonatomicassign |
beacon's major. Values [1-65535]
Definition at line 46 of file NCBeacon.h.
|
readnonatomicassign |
beacon's minor. Values [1-65535]
Definition at line 51 of file NCBeacon.h.
|
readnonatomicassign |
beacon's name.
Definition at line 41 of file NCBeacon.h.
|
readnonatomicassign |
beacon's X and Y coordinates in meters as Point (within the sublocation).
Definition at line 26 of file NCBeacon.h.
|
readnonatomicassign |
|
readnonatomicassign |
iBeacon status. TransmitterStatus
Definition at line 67 of file NCBeacon.h.
|
readnonatomicassign |
beacon's sublocation identifier.
Definition at line 36 of file NCBeacon.h.
|
readnonatomicassign |
beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]
Definition at line 56 of file NCBeacon.h.