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.
public class AuthorizationChangedEventArgs : EventArgs
- Inheritance
-
System.Object
System.EventArgs
AuthorizationChangedEventArgs
Properties
Declaration
public BluetoothAuthorizationType Authorization { get; }
Property Value
API Level: 3
Declaration
public string DeviceAddress { get; }
Property Value
Type |
Description |
System.String |
|
API Level: 3