USB Network Gate for macOS SDK User Guide
USB Network Gate for macOS SDK User Guide
USB Network Gate lets you access any USB device (printer, scanner, flash drive, human interface device, etc) that is located on a remote PC over LAN/WAN/VLA...
Thu, 28 Jul, 2022 at 3:58 PM
Purchasing the SDK License you get: - the documentation on how to manage the USB Network Gate daemon from your application; - SDK packages (EveUSB_SDK....
Thu, 28 Jul, 2022 at 4:00 PM
Distribution of USB Network Gate technology inside your product can be achieved by installing the USB Network Gate SDK package on the end-user system. T...
Wed, 27 Jul, 2022 at 4:51 PM
To uninstall USB Network Gate SDK from the end-user system, do the following: 1. Stop the daemon by executing the following command: sudo launchctl...
Wed, 27 Jul, 2022 at 4:50 PM
To be able to use USB Network Gate in an RDP session, install EveUSB_FreeRDP_Plugin.pkg (which is already included in the free SDK Evaluation Kit) on the e...
Wed, 27 Jul, 2022 at 4:50 PM
To use EveUSB SDK, you will need the header files and the dynamic library libEveUSB.dylib (they are provided together with the SDK package right after the ...
Wed, 27 Jul, 2022 at 4:50 PM
Once you have built an application with the libEveUSB.dylib library, you should add the path to the library so your application can find it at its start. ...
Wed, 27 Jul, 2022 at 4:50 PM
Some fields of USB device descriptor. { int idVendor; int idProduct; int bcdDevice; std::string product; std::string manufac...
Wed, 27 Jul, 2022 at 4:50 PM
Information from your license. { std::string status; std::string key; std::string license; std::string registeredTo; int device...
Wed, 27 Jul, 2022 at 4:49 PM
Information from your license. { int deviceLimit; std::string licenseType; std::string registeredTo; time_t creationTime; ti...
Wed, 27 Jul, 2022 at 4:54 PM