USB Network Gate for macOS SDK User Guide

USB Network Gate for macOS SDK User Guide

void onLoglevel(int level);
This method is called if loglevel changed or the current value was requested via getLoglevel.   Parameters:   level - constants from syslog: LOG_ERR, LO...
Wed, 27 Jul, 2022 at 5:09 PM
void onShareLimitExceeded(Device &dev, int limit);
This method is called if there was an attempt to share a device that couldn’t be shared due to license limitations. See EveusbController::localShare   Pa...
Wed, 27 Jul, 2022 at 5:09 PM
void onLocalDeviceTreeEnumerated();
End of enumeration notifications (no more devices left). See EveusbController::enumLocalDeviceTree
Wed, 27 Jul, 2022 at 5:09 PM
void onSharedDevicesEnumerated();
End of enumeration notifications (no more devices left). See EveusbController::enumSharedDevices
Wed, 27 Jul, 2022 at 5:08 PM
void onRemoteDevicesEnumerated();
End of enumeration notifications (no more devices left). See EveusbController::enumRemoteDevices
Wed, 27 Jul, 2022 at 5:08 PM
void onServerFound(const std::string &host);
Server or devices search notifications. See EveusbController::findServers   Parameters:   host - address of the detected host
Wed, 27 Jul, 2022 at 5:08 PM
void onServerDeviceFound(Device &dev);
Server or devices search notifications. See EveusbController::findServerDevices   Parameters:   dev - object corresponding to device found. This object ...
Wed, 27 Jul, 2022 at 5:18 PM
void onServerDevicesEnumerated(const std::string &host);
Server or devices search notifications. End of enumeration notifications (no more devices left). See EveusbController::findServerDevices   Parameters:  ...
Wed, 27 Jul, 2022 at 5:18 PM
void onLocalDeviceInfo(const std::string &devname, const DeviceInfo &info);
Local device notifications. See EveusbController::enumLocalDeviceTree   Parameters:   devname - sys name of device (unique USB device identifier obtaine...
Wed, 27 Jul, 2022 at 5:18 PM
void onLocalAddedRemoved(const std::string &devname, int maxchild, const std::string &name, bool added);
Local device notifications. This method is called if list of local devices changed (device was plugged into a USB port/unplugged)   Parameters:   devna...
Wed, 27 Jul, 2022 at 5:18 PM