Table of Contents

Class UsbClient

Namespace
System.Device.Usb
Assembly
System.Device.UsbStream.dll

Provides static methods for the creation of USB client instances.

public class UsbClient
Inheritance
UsbClient
Inherited Members
Extension Methods

Constructors

UsbClient()

public UsbClient()

Methods

CreateUsbStream(Guid, string)

Creates an USB Stream from a WinUSB device that will use the specified name as the device description.

public static UsbStream CreateUsbStream(Guid classId, string name)

Parameters

classId Guid

Guid for the device class that will be used by WinUSB device.

name string

Name to be used as device description.

Returns

UsbStream

A new UsbStream that was created with the specified name.