Class AuthorizationChangedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the authorization state and the address of the remote Bluetooth device.
C#Copypublic class AuthorizationChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsAuthorizationChangedEventArgs
Properties
Declaration
C#Copypublic BluetoothAuthorizationType Authorization { get; }
Property Value
Type | Description |
---|---|
BluetoothAuthorizationType |
Declaration
C#Copypublic string DeviceAddress { get; }
Property Value
Type | Description |
---|---|
string |