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.
public class ConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsConnectionStateChangedEventArgs
Properties
View SourceError
The Wi-Fi Direct result.
Declaration
public WiFiDirectError Error { get; }
Property Value
Type | Description |
---|---|
WiFiDirectError |
MacAddress
The MacAddress of the peer.
Declaration
public string MacAddress { get; }
Property Value
Type | Description |
---|---|
string |
State
The Wi-Fi Direct connection state of the peer.
Declaration
public WiFiDirectConnectionState State { get; }
Property Value
Type | Description |
---|---|
WiFiDirectConnectionState |