Loading...
Searching...
No Matches

Class is used for storing iBeacon. More...

#include <com/navigine/idl/objc/NCBeacon.h>

Inherits NSObject.

Properties

NCPointpoint
 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
 

Detailed Description

Class is used for storing iBeacon.

Referenced from Sublocation.

Definition at line 21 of file NCBeacon.h.

Property Documentation

◆ locationId

- (int32_t) locationId
readnonatomicassign

beacon's location identifier.

Definition at line 31 of file NCBeacon.h.

◆ major

- (int32_t) major
readnonatomicassign

beacon's major. Values [1-65535]

Definition at line 46 of file NCBeacon.h.

◆ minor

- (int32_t) minor
readnonatomicassign

beacon's minor. Values [1-65535]

Definition at line 51 of file NCBeacon.h.

◆ name

- (NSString*) name
readnonatomicassign

beacon's name.

Definition at line 41 of file NCBeacon.h.

◆ point

- (NCPoint*) point
readnonatomicassign

beacon's X and Y coordinates in meters as Point (within the sublocation).

Definition at line 26 of file NCBeacon.h.

◆ power

- (NSNumber*) power
readnonatomicassign

beacon's power.

iBeacon power. If exsists.

Definition at line 62 of file NCBeacon.h.

◆ status

- (NCTransmitterStatus) status
readnonatomicassign

iBeacon status. TransmitterStatus

Definition at line 67 of file NCBeacon.h.

◆ sublocationId

- (int32_t) sublocationId
readnonatomicassign

beacon's sublocation identifier.

Definition at line 36 of file NCBeacon.h.

◆ uuid

- (NSString*) uuid
readnonatomicassign

beacon's uuid. Format [XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX]

Definition at line 56 of file NCBeacon.h.


The documentation for this class was generated from the following file: