USB Network Gate for Linux SDK User Guide

USB Network Gate for Linux SDK User Guide

Introduction to USB Network Gate for Linux 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:41 PM
SDK Redistribution
By purchasing the SDK License, you get:  - the documentation on how to manage USB Network Gate daemon from your application via the libeveusb.so library...
Thu, 6 Apr, 2023 at 3:18 PM
UI Version Usage with the SDK License
When you purchase the SDK License, you get two activation codes: the SDK activation code and the Single License activation code. The SDK activation code is ...
Sun, 20 Mar, 2022 at 3:00 PM
Installation & Activation
● Redistribution of the "eveusbd" daemon ● USB Network Gate SDK Activation Redistribution of the "eveusbd" daemon Redistribution of...
Wed, 5 Apr, 2023 at 2:09 PM
USB Network Gate Daemon Management API
● Working with the libeveusb shared library ● Python binding to libeveusb ● Java binding to libeveusb Working with the libeveusb shared library 1....
Thu, 6 Apr, 2023 at 3:28 PM
API Description (Structures)
● struct DeviceInfo ● struct Activation ● struct License struct DeviceInfo Some fields of USB device descriptor.   {  int idVendor;  int idPro...
Thu, 6 Apr, 2023 at 3:30 PM
API Description (Classes Overview)
● class EveusbEventHandler ● class EveusbController ● class Device class EveusbEventHandler Receives responses from daemon on requests sent via Eveus...
Thu, 6 Apr, 2023 at 3:30 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 3:31 PM
class EveusbController
The daemon management API.    All member functions are asynchronous. The function sends request to the daemon and returns control. Once the response from...
Thu, 6 Apr, 2023 at 3:32 PM
class Device
Local or remote USB device representation. If invalid arguments are passed to any constructor, Null Object will be returned.   Instances of this class are...
Thu, 6 Apr, 2023 at 3:34 PM