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