Skip to main content

UsbClientSetting Class

Namespace: GHIElectronics.TinyCLR.Devices.UsbClient · Assembly: GHIElectronics.TinyCLR.Devices.UsbClient

No description available.

public class UsbClientSetting

Properties

Mode

public UsbClientMode Mode { get; set; }

SPI mode (clock polarity + phase). See SpiMode. (inherited)

ManufactureName

public string ManufactureName { get; set; }

No description available.

ProductName

public string ProductName { get; set; }

gets the Product Name / Read "Identity Object" Class Code 0x01 - Attribute ID 7 (inherited)

SerialNumber

public string SerialNumber { get; set; }

gets the Serial number / Read "Identity Object" Class Code 0x01 - Attribute ID 6 (inherited)

Guid

public string Guid { get; set; }

No description available.

ProductId

public ushort ProductId { get; set; }

The device's product id. (inherited)

VendorId

public ushort VendorId { get; set; }

The device's vendor id. (inherited)

BcdUsb

public ushort BcdUsb { get; set; }

The version of the device. (inherited)

BcdDevice

public ushort BcdDevice { get; set; }

The version of the device. (inherited)

MaxPower

public ushort MaxPower { get; set; }

The maximum power consumption in 2mA units. (inherited)

InterfaceName

public string InterfaceName { get; set; }

No description available.