A class used to activate / deactivate and reset USB devices connected to the computer
More...
|
| static void | ActivateDevice (string pid, string vid, string serialNumber) |
| | Activate a device via its parts More...
|
| |
| static void | DeactivateDevice (string pid, string vid, string serialNumber) |
| | Activate a device via its parts More...
|
| |
| static void | ResetDevice (string pid, string vid, string serialNumber) |
| | Reset a device via its parts More...
|
| |
A class used to activate / deactivate and reset USB devices connected to the computer
Exemple of use : setupapi.ActivateDevice("SpringCard Prox'N'Roll"); setupapi.DeactivateDevice("SpringCard Prox'N'Roll"); setupapi.ResetDevice("SpringCard Prox'N'Roll");
◆ ActivateDevice()
| static void SpringCard.LibCs.Windows.setupapi.ActivateDevice |
( |
string |
pid, |
|
|
string |
vid, |
|
|
string |
serialNumber |
|
) |
| |
|
static |
Activate a device via its parts
- Parameters
-
◆ DeactivateDevice()
| static void SpringCard.LibCs.Windows.setupapi.DeactivateDevice |
( |
string |
pid, |
|
|
string |
vid, |
|
|
string |
serialNumber |
|
) |
| |
|
static |
Activate a device via its parts
- Parameters
-
◆ ResetDevice()
| static void SpringCard.LibCs.Windows.setupapi.ResetDevice |
( |
string |
pid, |
|
|
string |
vid, |
|
|
string |
serialNumber |
|
) |
| |
|
static |
Reset a device via its parts
- Parameters
-
The documentation for this class was generated from the following file:
- D:/dev/interne/springcard.software.multiprod/src/common/lib-cs/windows/setupapi.cs