Class AuthenticationRequestedEventArgs
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the changed Bluetooth authentication.
public class AuthenticationRequestedEventArgs : EventArgs
- Inheritance
-
objectAuthenticationRequestedEventArgs
Properties
View SourceAuthentication
The authentication of Bluetooth.
Declaration
public AuthenticationInfoType Authentication { get; }
Property Value
| Type | Description |
|---|---|
| AuthenticationInfoType |
DeviceName
The name of the device.
Declaration
public string DeviceName { get; }
Property Value
| Type | Description |
|---|---|
| string |
PassKey
The pass key of the device.
Declaration
public string PassKey { get; }
Property Value
| Type | Description |
|---|---|
| string |
RemoteAddr
The Remote address of the device.
Declaration
public string RemoteAddr { get; }
Property Value
| Type | Description |
|---|---|
| string |
Result
The BluetoothError result.
Declaration
public BluetoothError Result { get; }
Property Value
| Type | Description |
|---|---|
| BluetoothError |