USB Network Gate for macOS SDK User Guide

USB Network Gate for macOS SDK User Guide

Device clone() const;
Return:   Returns an exact copy of self
Wed, 27 Jul, 2022 at 5:42 PM
std::string asString(bool with_password = false) const;
Parameters:   with_password - includes password in result if true   Return:   Returns string representation of device
Wed, 27 Jul, 2022 at 5:48 PM
bool isLocal() const;
Returns true if the device is local
Wed, 27 Jul, 2022 at 5:48 PM
bool isRemote() const;
Returns true if the device is remote
Wed, 27 Jul, 2022 at 5:48 PM
std::string host() const;
Returns address of host to which the device is connected physically.
Wed, 27 Jul, 2022 at 5:48 PM
unsigned short port() const;
Returns TCP port to connect to shared device
Wed, 27 Jul, 2022 at 5:48 PM
std::string reverse_host() const;
Returns the address of host for callback connection
Wed, 27 Jul, 2022 at 5:47 PM
bool isReverse() const;
Returns true if the device is shared as callback
Wed, 27 Jul, 2022 at 5:47 PM
std::string usbhub() const;
Returns identifier of device hub
Wed, 27 Jul, 2022 at 5:47 PM
std::string usbport() const;
Returns string of port numbers in the hubs through which device is connected
Wed, 27 Jul, 2022 at 5:46 PM