Table of Contents

Interface IHidDevice

Namespace
Yubico.Core.Devices.Hid
Assembly
Yubico.Core.dll

Represents a HID device.

public interface IHidDevice : IDevice
Inherited Members

Properties

ProductId

short ProductId { get; }

Property Value

short

Usage

short Usage { get; }

Property Value

short

UsagePage

HidUsagePage UsagePage { get; }

Property Value

HidUsagePage

VendorId

short VendorId { get; }

Property Value

short

Methods

ConnectToFeatureReports()

Establishes an active connection to the HID device for the transmittal of data through feature reports.

IHidConnection ConnectToFeatureReports()

Returns

IHidConnection

ConnectToIOReports()

IHidConnection ConnectToIOReports()

Returns

IHidConnection