Show / Hide Table of Contents

Delegate GetUsbInterfaceManager

Namespace: Usb.Net
Assembly: Usb.Net.dll
Syntax
public delegate Task<IUsbInterfaceManager> GetUsbInterfaceManager(string deviceId, CancellationToken cancellationToken = default(CancellationToken));
Parameters
Type Name Description
System.String deviceId
System.Threading.CancellationToken cancellationToken
Returns
Type Description
System.Threading.Tasks.Task<IUsbInterfaceManager>
In This Article
Back to top Generated by DocFX