USB Network Gate for macOS SDK User Guide

USB Network Gate for macOS SDK User Guide

Introduction to USB Network Gate for macOS SDK
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
SDK Redistribution
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
Installation and Activation
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
Uninstalling USB Network Gate SDK from the end-user system
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
Accessing USB Devices in Remote Desktop Session
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
Using EveUSB SDK
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
Working with the libEveUSB.dylib library
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
API Description (Structures)
● 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
API Description (Classes Overview)
● 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
class EveusbEventHandler
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