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
36@property (nonatomic, nonnull, readonly) NCPoint * point;
37
51@property (nonatomic, readonly) int32_t locationId;
52
66@property (nonatomic, readonly) int32_t sublocationId;
67
81@property (nonatomic, nonnull, readonly) NSString * name;
82
96@property (nonatomic, readonly) int32_t major;
97
111@property (nonatomic, readonly) int32_t minor;
112
126@property (nonatomic, nonnull, readonly) NSString * uuid;
127
141@property (nonatomic, nullable, readonly) NSNumber * power;
142
156@property (nonatomic, readonly) NCTransmitterStatus status;
157
158@end