USB HID Device node extends generic Bsl430NetDevice. Use requires libraries: HidSharp.
More...
|
| | USB_HID_Device (int Vid, int Pid, string Serial, string Manufacturer, string ProductName, string Name, string Desc, string FullDesc, Mode Mode) |
| | USB_HID_Device constructor. More...
|
| |
| | USB_HID_Device () |
| | USB_HID_Device parameterless constructor for serialization. More...
|
| |
| override string | ToString () |
| | Short string general information about this device. More...
|
| |
| | Bsl430NetDevice () |
| | Bsl430NetDevice constructor More...
|
| |
| | Bsl430NetDevice (Bsl430NetDevice Dev) |
| | Bsl430NetDevice copy constructor More...
|
| |
| | Bsl430NetDevice (string DeviceName) |
| | Bsl430NetDevice constructor More...
|
| |
| | Bsl430NetDevice (string DeviceName, string Description, string FullDesc, Mode Mode, string Kind) |
| | Bsl430NetDevice constructor More...
|
| |
| override string | ToString () |
| | FormattedDescription of current device. More...
|
| |
|
| int | Vid [get, set] |
| | USB HID device VID. More...
|
| |
| int | Pid [get, set] |
| | USB HID device PID. More...
|
| |
| string | Serial [get, set] |
| | USB HID device serial number. More...
|
| |
| string | Manufacturer [get, set] |
| | USB HID device manufacturer. More...
|
| |
| string | ProductName [get, set] |
| | USB HID device product name. More...
|
| |
| string | Name = "" [get, set] |
| | Name is unique string that serves as main key to handle devices in this library eg. COM1, FTDI2, libtfi3, USB4 .. More...
|
| |
| string | Description = "" [get, set] |
| | Device description. More...
|
| |
| string | Kind = "" [get, set] |
| | Device kind. [FTDI, libftdi, COM (Serial), USB] More...
|
| |
| string | FormattedDescription = "" [get, set] |
| | Device general formated description eg. 'V/PID: 1234-5678 [Dev1] SN: 0123456' More...
|
| |
| Mode | Mode = Mode.UART_Serial [get, set] |
| | Device mode. More...
|
| |
USB HID Device node extends generic Bsl430NetDevice. Use requires libraries: HidSharp.
◆ USB_HID_Device() [1/2]
| BSL430_NET.Comm.USB_HID_Device.USB_HID_Device |
( |
int |
Vid, |
|
|
int |
Pid, |
|
|
string |
Serial, |
|
|
string |
Manufacturer, |
|
|
string |
ProductName, |
|
|
string |
Name, |
|
|
string |
Desc, |
|
|
string |
FullDesc, |
|
|
Mode |
Mode |
|
) |
| |
◆ USB_HID_Device() [2/2]
| BSL430_NET.Comm.USB_HID_Device.USB_HID_Device |
( |
| ) |
|
◆ ToString()
| override string BSL430_NET.Comm.USB_HID_Device.ToString |
( |
| ) |
|
Short string general information about this device.
◆ Manufacturer
| string BSL430_NET.Comm.USB_HID_Device.Manufacturer |
|
getset |
USB HID device manufacturer.
◆ Pid
| int BSL430_NET.Comm.USB_HID_Device.Pid |
|
getset |
◆ ProductName
| string BSL430_NET.Comm.USB_HID_Device.ProductName |
|
getset |
USB HID device product name.
◆ Serial
| string BSL430_NET.Comm.USB_HID_Device.Serial |
|
getset |
USB HID device serial number.
◆ Vid
| int BSL430_NET.Comm.USB_HID_Device.Vid |
|
getset |
The documentation for this class was generated from the following file:
- D:/PROJECTS/C#/BSL430.NET/src/BSL430.NET/CommUSB.cs