Skip to content

Class NCWifi

Il Kadyrov edited this page Nov 5, 2020 · 1 revision

Wifi class is used for storing wifis (Wi-Fi).

Referenced from: NCSublocation.

@interface NCWifi : NSObject

@property (nonatomic, nonnull, readonly) NCPoint * point;

@property (nonatomic, readonly) int32_t locationId;

@property (nonatomic, readonly) int32_t sublocationId;

@property (nonatomic, nonnull, readonly) NSString * name;

@property (nonatomic, nonnull, readonly) NSString * mac;

@end

Public fields

  • locationId - location id where wifi placed
  • sublocationId - sublocation id where wifi placed
  • name - wifi's name
  • mac - wifi's Mac address
  • point - wifi's X and Y coordinates in meters as Point (within the sublocation)
Clone this wiki locally