Table of Contents

Interface IHidConnection

Namespace
Yubico.Core.Devices.Hid
Assembly
Yubico.Core.dll
public interface IHidConnection

Properties

InputReportSize

int InputReportSize { get; }

Property Value

int

OutputReportSize

int OutputReportSize { get; }

Property Value

int

Methods

GetReport()

byte[] GetReport()

Returns

byte[]

SetReport(byte[])

void SetReport(byte[] report)

Parameters

report byte[]