Class ConnectionRequestedEventArgs

Definition

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

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

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

Properties

View Source

Address

The address.

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