Class AuthorizationChangedEventArgs

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

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

C#
Copy
public class AuthorizationChangedEventArgs : EventArgs
Inheritance
System.Object
AuthorizationChangedEventArgs

Properties

View Source

Authorization

The authorization.

Declaration
C#
Copy
public BluetoothAuthorizationType Authorization { get; }
Property Value
Type Description
BluetoothAuthorizationType
API Level: 3
View Source

DeviceAddress

The device address.

Declaration
C#
Copy
public string DeviceAddress { get; }
Property Value
Type Description
System.String
API Level: 3