Class DiscoveryStateChangedEventArgs

    Definition

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

    An extended EventArgs class contains the changed Bluetooth device discovery state and the discovered device information.

    public class DiscoveryStateChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    DiscoveryStateChangedEventArgs

    Properties

    View Source

    DeviceFound

    The remote device found.

    Declaration
    public BluetoothDevice DeviceFound { get; }
    Property Value
    Type Description
    BluetoothDevice
    View Source

    DiscoveryState

    The state of the discovery.

    Declaration
    public BluetoothDeviceDiscoveryState DiscoveryState { get; }
    Property Value
    Type Description
    BluetoothDeviceDiscoveryState
    View Source

    Result

    The BluetoothError result.

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