Class AuthenticationRequestedEventArgs

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    An extended EventArgs class contains the changed Bluetooth authentication.

    public class AuthenticationRequestedEventArgs : EventArgs
    Inheritance
    object
    AuthenticationRequestedEventArgs

    Properties

    View Source

    Authentication

    The authentication of Bluetooth.

    Declaration
    public AuthenticationInfoType Authentication { get; }
    Property Value
    Type Description
    AuthenticationInfoType
    View Source

    DeviceName

    The name of the device.

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

    PassKey

    The pass key of the device.

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

    RemoteAddr

    The Remote address of the device.

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

    Result

    The BluetoothError result.

    Declaration
    public BluetoothError Result { get; }
    Property Value
    Type Description
    BluetoothError

    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