Class AudioConnectionStateChangedEventArgs
Definition
- 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
-
objectSystem.EventArgsAudioConnectionStateChangedEventArgs
Properties
View SourceAddress
The address.
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
string |
IsConnected
A value indicating whether this instance is connected.
Declaration
public bool IsConnected { get; }
Property Value
Type | Description |
---|---|
bool |
ProfileType
The type of the audio profile.
Declaration
public BluetoothAudioProfileType ProfileType { get; }
Property Value
Type | Description |
---|---|
BluetoothAudioProfileType |
Result
The result.
Declaration
public int Result { get; }
Property Value
Type | Description |
---|---|
int |