Class AgScoStateChangedEventArgs

Definition

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

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

C#
Copy
public class AgScoStateChangedEventArgs : EventArgs
Inheritance
AgScoStateChangedEventArgs

Properties

View Source

IsOpened

A value indicating whether the state is connected.

Declaration
C#
Copy
public bool IsOpened { get; }
Property Value
Type Description
Boolean
API Level: 6

Extension Methods