What is the corresponding function for DeviceIoControl (C++) in C#.net? -


DeviceIoControl is used in C ++ to communicate with the USB device connected to the system. I want to use the same functionality in C # .net, but I can not find anything similar.

You can PInvoke it:


Comments