USB Network Gate for macOS SDK User Guide

USB Network Gate for macOS SDK User Guide

std::string devicenick() const;
Returns device description
Wed, 27 Jul, 2022 at 5:45 PM
void setDeviceNick(const std::string &nick);
Sets device description   nick - new description of device
Wed, 27 Jul, 2022 at 5:49 PM
std::string devicename() const;
Returns device name
Wed, 27 Jul, 2022 at 5:51 PM
void setDeviceName(const std::string &name);
Sets device name   name - new name
Wed, 27 Jul, 2022 at 5:51 PM
std::string kernel_devname() const;
Returns sys name of device (unique USB device identifier obtained from kernel: hub-port[.port ...])
Wed, 27 Jul, 2022 at 5:51 PM
bool authorization() const;
Returns true if authentication is enabled (i.e. to connect to device you need to enter password)
Wed, 27 Jul, 2022 at 5:51 PM
void setAuthorization(bool auth);
Enables/disables password authentication   auth - true if you need to enable authentication, false if you need to disable it.   Note: When turning on ...
Wed, 27 Jul, 2022 at 5:51 PM
bool encryption() const;
Returns true if traffic encryption is enabled
Wed, 27 Jul, 2022 at 5:50 PM
void setEncryption(bool encr);
Enables/disables encryption   encr - true if you need to enable encryption, false if you need to disable encryption   Note: When turning off the traff...
Wed, 27 Jul, 2022 at 5:50 PM
bool compression() const;
Returns true if traffic compression is enabled
Wed, 27 Jul, 2022 at 5:50 PM