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...
Fri, 14 Apr, 2023 at 3:40 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
● struct DeviceInfo ● struct Activation ● struct License struct DeviceInfo Some fields of USB device descriptor. { int idVendor; int idP...
Thu, 6 Apr, 2023 at 2:33 PM
● class EveusbEventHandler ● class EveusbController ● class Device class EveusbEventHandler Receives responses from daemon on requests sent via Eveusb...
Thu, 6 Apr, 2023 at 2:37 PM
Receives responses from daemon on requests sent via EveusbController. Pure abstract class. Write an inheriting class with the implementation of methods...
Thu, 6 Apr, 2023 at 2:40 PM