Class USBDeviceInfo
Inheritance
USBDeviceInfo
Assembly: cs.temp.dll.dll
public class USBDeviceInfo
Constructors
Declaration
public USBDeviceInfo(int vendorId, string udid, int productId, string name, int revision)
Parameters
Properties
Declaration
public string Name { get; }
Property Value
Declaration
public int ProductId { get; }
Property Value
Declaration
public int Revision { get; }
Property Value
Declaration
public string Udid { get; }
Property Value
Declaration
public int VendorId { get; }
Property Value