Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the connection state, remote address, and the type of audio profile.
public class AudioConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
AudioConnectionStateChangedEventArgs
Properties
Declaration
public string Address { get; }
Property Value
View Source
IsConnected
A value indicating whether this instance is connected.
Declaration
public bool IsConnected { get; }
Property Value
Declaration
public BluetoothAudioProfileType ProfileType { get; }
Property Value
Declaration
public int Result { get; }
Property Value