Definition
- Namespace:
- Tizen.Network.Bluetooth
- Assembly:
- Tizen.Network.Bluetooth.dll
An extended EventArgs class contains the connection state and the address of the remote Bluetooth device.
public class HidConnectionStateChangedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
HidConnectionStateChangedEventArgs
Properties
Declaration
public string Address { get; }
Property Value
View Source
IsConnected
A value indicating whether this instance is connected.
Declaration
public bool IsConnected { get; }
Property Value
Declaration
public int Result { get; }
Property Value