Class AuthorizationChangedEventArgs

    Definition

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

    An extended EventArgs class contains the authorization state and the address of the remote Bluetooth device.

    public class AuthorizationChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    AuthorizationChangedEventArgs

    Properties

    View Source

    Authorization

    The authorization.

    Declaration
    public BluetoothAuthorizationType Authorization { get; }
    Property Value
    Type Description
    BluetoothAuthorizationType
    View Source

    DeviceAddress

    The device address.

    Declaration
    public string DeviceAddress { get; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX