USB Network Gate for macOS SDK User Guide

USB Network Gate for macOS SDK User Guide

void setCompression(bool compr);
Enables/disables traffic compression   compr - true if you need to enable compression, false if you need to disable compression
Wed, 27 Jul, 2022 at 6:12 PM
bool hasPassword() const;
Returns true if password is set
Wed, 27 Jul, 2022 at 5:59 PM
std::string password() const;
Returns password
Wed, 27 Jul, 2022 at 5:59 PM
void setPassword(const std::string &cleartext);
Set password (automatically switches the authentication flag depending on whether the password is empty or not, see setAuthorization)   cleartext - passw...
Wed, 27 Jul, 2022 at 5:59 PM
std::string sharedWith() const;
Returns address of host connected to the shared device
Wed, 27 Jul, 2022 at 5:59 PM
void setSharedWith(const std::string &peername);
Sets address of host connected to the shared device   peername - host address
Wed, 27 Jul, 2022 at 5:58 PM
bool allowRDisconnect() const;
Returns true if any remote client is allowed to disconnect the shared device from other clients
Wed, 27 Jul, 2022 at 5:58 PM
void setAllowRDisconnect(bool rDisconnect);
Enables/disables the option to allow any remote client to disconnect the shared device from other clients
Wed, 27 Jul, 2022 at 6:12 PM
String representation of USB devices
Parameters:   [host], [reverse_host], tcp_port, usbhub, usbport, [nick], [name], [auth], [encr], [compr], [sharedWith], [reserved1], [reserved2], [allowRD...
Wed, 27 Jul, 2022 at 9:27 PM
Version History
USB Network Gate for Mac 10.0.1000 Released: January 18, 2022 Improved: TLS 1.2 (or higher) is now used as a secure protocol for encrypted connections. ...
Wed, 27 Jul, 2022 at 5:57 PM