-
Notifications
You must be signed in to change notification settings - Fork 6
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
-
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)
Tutorials
Classes
- NCNavigineSdk
- NCLocationListManager
- NCLocationManager
- NCNavigationManager
- NCRouteManager
- NCZoneManager
- NCNotificationManager
- NCMeasurementManager
- NCLocationEditManager
- NCResourceManager
- NCLocation
- NCSublocation
- NCCategory
- NCVenue
- NCZone
- NCBeacon
- NCEddystone
- NCWifi
- NCLocationView
- NCGestureRecognizerDelegate
- NCCircleMapObject
- NCLineMapObject
- NCLocationListListener
- NCLocationListener
- NCPositionListener
- NCRouteListener
- NCZoneListener
- NCNotificationListener
- NCLocationEditListener
- NCMeasurementListener
- NCResourceListener
- NCResourceUploadListener
- NCNotification
- NCPosition
- NCSignalMeasurement
- NCSensorMeasurement
- NCImage
- NCRoutePath
- NCRouteEvent
- NCLocationPoint
- NCLocationInfo
- NCBitmapRegionDecoder