Class ConnectionStateChangedEventArgs

Definition

Namespace:
Tizen.Network.WiFi
Assembly:
Tizen.Network.WiFi.dll
API Level:
3

An extended EventArgs class which contains the changed connection state.

C#
Copy
public class ConnectionStateChangedEventArgs : EventArgs
Inheritance
System.Object
ConnectionStateChangedEventArgs

Properties

View Source

AP

The access point.

Declaration
C#
Copy
public WiFiAP AP { get; }
Property Value
Type Description
WiFiAP
API Level: 3
View Source

State

The Wi-Fi connection state.

Declaration
C#
Copy
public WiFiConnectionState State { get; }
Property Value
Type Description
WiFiConnectionState
API Level: 3