Class ConnectionStateChangedEventArgs

Definition

Namespace:
Tizen.Network.WiFiDirect
Assembly:
Tizen.Network.WiFiDirect.dll

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

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

Properties

View Source

Error

The Wi-Fi Direct result.

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

MacAddress

The MacAddress of the peer.

Declaration
C#
Copy
public string MacAddress { get; }
Property Value
Type Description
string
View Source

State

The Wi-Fi Direct connection state of the peer.

Declaration
C#
Copy
public WiFiDirectConnectionState State { get; }
Property Value
Type Description
WiFiDirectConnectionState