Class IpAddressAssignedEventArgs
Definition
- Namespace:
- Tizen.Network.Wi
Fi Direct
- Assembly:
- Tizen.Network.WiFiDirect.dll
An extended EventArgs class which contains address properties of the peer when it connects to a group owner.
public class IpAddressAssignedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args IpAddress Assigned Event Args
Properties
View SourceInterfaceAddress
The InterfaceAddress of the connected peer.
Declaration
public string InterfaceAddress { get; }
Property Value
Type | Description |
---|---|
string |
IpAddress
The IpAddress of the connected peer.
Declaration
public string IpAddress { get; }
Property Value
Type | Description |
---|---|
string |
MacAddress
The MacAddress of the connected peer.
Declaration
public string MacAddress { get; }
Property Value
Type | Description |
---|---|
string |