Loading...
Searching...
No Matches
NCBeacon.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCPoint.h"
4#import <Foundation/Foundation.h>
5
6
20DEFAULT_EXPORT_ATTRIBUTE
21@interface NCBeacon : NSObject
22
35@property (nonatomic, nonnull, readonly) NCPoint * point;
36
49@property (nonatomic, readonly) int32_t locationId;
50
63@property (nonatomic, readonly) int32_t sublocationId;
64
77@property (nonatomic, nonnull, readonly) NSString * name;
78
91@property (nonatomic, readonly) int32_t major;
92
105@property (nonatomic, readonly) int32_t minor;
106
119@property (nonatomic, nonnull, readonly) NSString * uuid;
120
133@property (nonatomic, nullable, readonly) NSNumber * power;
134
147@property (nonatomic, readonly) NCTransmitterStatus status;
148
149@end