Свойство | Тип | Описание | |
---|---|---|---|
CreateDeviceInfoData | |||
EnumerateDevices | IEnumerable |
||
GetBusReportedDeviceDescription | string | ||
GetDeviceDescription | string | ||
GetDevicePath | string |
Метод | Описание | |
---|---|---|
Enumerate ( ) : IEnumerable |
||
Enumerate ( int vendorId ) : IEnumerable |
||
Enumerate ( string devicePath ) : IEnumerable |
||
GetDevice ( string devicePath ) : |
||
IsConnected ( string devicePath ) : bool |
Метод | Описание | |
---|---|---|
CreateDeviceInfoData ( ) : |
||
EnumerateDevices ( ) : IEnumerable |
||
GetBusReportedDeviceDescription ( |
||
GetDeviceDescription ( |
||
GetDevicePath ( |
public static Enumerate ( ) : IEnumerable |
||
Результат | IEnumerable |
public static Enumerate ( int vendorId ) : IEnumerable |
||
vendorId | int | |
Результат | IEnumerable |
public static Enumerate ( string devicePath ) : IEnumerable |
||
devicePath | string | |
Результат | IEnumerable |
public static GetDevice ( string devicePath ) : |
||
devicePath | string | |
Результат |
public static IsConnected ( string devicePath ) : bool | ||
devicePath | string | |
Результат | bool |