Class IpAddressAssignedEventArgs

    Definition

    Namespace:
    Tizen.Network.WiFiDirect
    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
    object
    IpAddressAssignedEventArgs

    Properties

    View Source

    InterfaceAddress

    The InterfaceAddress of the connected peer.

    Declaration
    public string InterfaceAddress { get; }
    Property Value
    Type Description
    string
    View Source

    IpAddress

    The IpAddress of the connected peer.

    Declaration
    public string IpAddress { get; }
    Property Value
    Type Description
    string
    View Source

    MacAddress

    The MacAddress of the connected peer.

    Declaration
    public string MacAddress { get; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX