Class IpAddressAssignedEventArgs

Definition

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

An extended EventArgs class which contains address properties of the peer when it connects to a group owner.

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

Properties

View Source

InterfaceAddress

The InterfaceAddress of the connected peer.

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

IpAddress

The IpAddress of the connected peer.

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

MacAddress

The MacAddress of the connected peer.

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