Class ConnectionStateChangedEventArgs
Definition
- Assembly:
- Tizen.Network.WiFi.dll
An extended EventArgs class which contains the changed connection state.
public class ConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsConnectionStateChangedEventArgs
Properties
View SourceAP
The access point.
Declaration
public WiFiAP AP { get; }
Property Value
Type | Description |
---|---|
WiFiAP |
State
The Wi-Fi connection state.
Declaration
public WiFiConnectionState State { get; }
Property Value
Type | Description |
---|---|
WiFiConnectionState |