Class NetInfo

An object containing information about a network that has been discovered by the WiFi adapter.

Parameters

Name Description
SSID string
The name of the discovered network.
isPrivate bool
True, if the network requires a password to connect. False otherwise.
level int
Signal strength from 0-5 where 0 = No Signal and 5 = Full Strength.
isEnterprise bool
True, if the network is an enterprise network, false otherwise.

Requirements

KioWare for Android version 3.14 or greater.