Class StateChangedEventArgs

Definition

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

An extended EventArgs class which contains the changed Wi-Fi Direct state of the local device.

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

Properties

View Source

State

The Wi-Fi Direct state.

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