Class ConnectionStateChangedEventArgs

Definition

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

An extended EventArgs class which contains the changed connection state during connecting or disconnecting the peer device.

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

Properties

View Source

Error

The Wi-Fi Direct result.

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

MacAddress

The MacAddress of the peer.

Declaration
C#
Copy
public string MacAddress { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

State

The Wi-Fi Direct connection state of the peer.

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