Class ConnectionResult

    Definition

    Namespace:
    Tizen.Applications.Cion
    Assembly:
    Tizen.Applications.Cion.dll

    A class to represent result of connection.

    public class ConnectionResult
    Inheritance
    object
    ConnectionResult

    Properties

    View Source

    Reason

    Gets the reason of the connection result.

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

    Status

    Gets the connection status.

    Declaration
    public ConnectionStatus Status { get; }
    Property Value
    Type Description
    ConnectionStatus

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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