USB Network Gate for Linux SDK User Guide

USB Network Gate for Linux SDK User Guide

bool isReverse() const;
Returns true if the device is shared as callback
Sun, 20 Mar, 2022 at 4:59 PM
std::string usbhub() const;
Returns identifier of the hub to which the device is connected
Sun, 20 Mar, 2022 at 5:00 PM
std::string usbport() const;
Returns string of port numbers in the hubs through which the device is connected
Sun, 20 Mar, 2022 at 5:01 PM
std::string devicenick() const;
Returns device description
Sun, 20 Mar, 2022 at 5:01 PM
void setDeviceNick(const std::string &nick);
Sets device description nick - new description of device
Sun, 20 Mar, 2022 at 5:01 PM
std::string devicename() const;
Returns device name
Sun, 20 Mar, 2022 at 5:01 PM
void setDeviceName(const std::string &name);
Sets device name   Parameters:   name - new name
Sun, 20 Mar, 2022 at 5:01 PM
std::string kernel_devname() const;
Returns sys name of device (unique USB device identifier obtained from kernel: hub-port[.port...])
Sun, 20 Mar, 2022 at 5:02 PM
bool authorization() const;
Returns true if password authentication is enabled (i.e. you need to enter password to connect to device)
Sun, 20 Mar, 2022 at 5:02 PM
void setAuthorization(bool auth);
Enables/disables authentication   auth - true if you need to enable authentication, false if you need to disable it.   Note: When turning on the passwo...
Sun, 20 Mar, 2022 at 5:02 PM