NetworkInfoPlusWindowsPlugin class

Inheritance
  • Object
  • PlatformInterface
  • NetworkInfoPlatform
  • NetworkInfoPlusWindowsPlugin

Properties

clientHandle int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeHandle() → void
extractSubnet(Pointer<IP_ADAPTER_ADDRESSES_LH> pIpAdapterAddress) String
formatBssid(List<int> bssid) String
formatIPAddress(Pointer<SOCKADDR> addr) String
getAdapterAddress(Pointer<GUID> pGuid, Pointer<IP_ADAPTER_ADDRESSES_LH> pIpAdapterAddresses) Pointer<IP_ADAPTER_ADDRESSES_LH>?
getIPAddr(int family) Future<String?>
getWifiBroadcast() Future<String?>
Obtains the broadcast address of the connected wifi network
override
getWifiBSSID() Future<String?>
Obtains the wifi BSSID of the connected network.
override
getWifiGatewayIP() Future<String?>
Obtains the gateway IP address of the connected wifi network This is the IP address of the router
override
getWifiIP() Future<String?>
Obtains the IP v4 address of the connected wifi network
override
getWifiIPv6() Future<String?>
Obtains the IP v6 address of the connected wifi network
override
getWifiName() Future<String?>
Obtains the wifi name (SSID) of the connected network
override
getWifiSubmask() Future<String?>
Obtains the subnet mask of the connected wifi network
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openHandle() → void
query(WlanQuery query) String?
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith() → void