Show / Hide Table of Contents

Interface IUsbDevice

Inherited Members
IDevice.IsInitialized
IDevice.ReadAsync(CancellationToken)
IDevice.WriteAsync(Byte[], CancellationToken)
IDevice.InitializeAsync(CancellationToken)
IDevice.WriteAndReadAsync(Byte[], CancellationToken)
IDevice.DeviceId
IDevice.ConnectedDeviceDefinition
IDevice.Close()
IDevice.Flush(CancellationToken)
System.IDisposable.Dispose()
Namespace: Usb.Net
Assembly: Usb.Net.dll
Syntax
public interface IUsbDevice : IDevice, IDisposable

Properties

UsbInterfaceManager

Declaration
IUsbInterfaceManager UsbInterfaceManager { get; }
Property Value
Type Description
IUsbInterfaceManager

Extension Methods

UsbDeviceExtensions.PerformControlTransferAsync(IUsbDevice, SetupPacket, Byte[], CancellationToken)
In This Article
Back to top Generated by DocFX