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.
public class ConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
ConnectionStateChangedEventArgs
Properties
Declaration
public WiFiDirectError Error { get; }
Property Value
API Level: 3
Declaration
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
public WiFiDirectConnectionState State { get; }
Property Value
API Level: 3