Loading...
Searching...
No Matches
NCEddystone.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 NCEddystone : NSObject
22
26@property (nonatomic, nonnull, readonly) NCPoint * point;
27
31@property (nonatomic, readonly) int32_t locationId;
32
36@property (nonatomic, readonly) int32_t sublocationId;
37
41@property (nonatomic, nonnull, readonly) NSString * name;
42
46@property (nonatomic, nonnull, readonly) NSString * namespaceId;
47
51@property (nonatomic, nonnull, readonly) NSString * instanceId;
52
56@property (nonatomic, nullable, readonly) NSNumber * power;
57
61@property (nonatomic, readonly) NCTransmitterStatus status;
62
63@end