USB Network Gate for Linux SDK User Guide

USB Network Gate for Linux SDK User Guide

int getLicense();
Requests information about license from daemon   Return:   errno error code   Note: See onLicense()
Sun, 20 Mar, 2022 at 4:00 PM
int Register(const std::string &name, const std::string &code);
Sends registration information to daemon.   Parameters:   name - registration name given to you on license purchase code - registration code given to ...
Sun, 20 Mar, 2022 at 4:00 PM
int Activate(const std::string key);
Sends activation key to daemon.   Parameters:   key - activation key given to you on license purchase
Sun, 20 Mar, 2022 at 3:58 PM
int ActivateOffline(const std::string &data);
Sends offline activation data to daemon.   Parameters:   data - answer on offline request from activation server (base64 encoded)
Sun, 20 Mar, 2022 at 4:07 PM
int getOfflineRequest(const std::string &key);
Requests data from daemon for offline activation.   Note: see onOfflineRequest()
Sun, 20 Mar, 2022 at 4:07 PM
int getVersion();
Requests the daemon for its version   Note: See onVersion()
Sun, 20 Mar, 2022 at 4:07 PM
int getCompressionHint();
Requests default compression from daemon   Return:   errno error code   Note: See onCompressionHint()
Sun, 20 Mar, 2022 at 4:07 PM
int setCompressionHint(bool size_or_speed);
This option affects the settings of network traffic compression.   Parameters:   size_or_speed - true for best size compression, false for best speed ...
Sun, 20 Mar, 2022 at 4:07 PM
int enumLocalDeviceTree();
Reports all available USB devices via onLocalAddedRemoved (including USB hubs), onLocalDeviceInfo (except USB hubs), followed by onLocalDeviceTreeEnumerated...
Sun, 20 Mar, 2022 at 4:06 PM
int enumSharedDevices();
Reports the state of every shared device via onLocalSharedUnshared, onLocalAcquiredReleased followed by onSharedDevicesEnumerated.   Return:   errno e...
Sun, 20 Mar, 2022 at 4:06 PM