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
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX