Class HidDeviceDataReceivedEventArgs

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 HidDeviceDataReceivedEventArgs : EventArgs
Inheritance
HidDeviceDataReceivedEventArgs

Properties

View Source

ReceivedData

The result.

Declaration
C#
Copy
public BluetoothHidDeviceReceivedData ReceivedData { get; }
Property Value
Type Description
BluetoothHidDeviceReceivedData
API Level: 6

Extension Methods