USB Network Gate for Linux SDK User Guide

USB Network Gate for Linux SDK User Guide

void onActivation(const Activation &info, const std::string &error, bool online);
This method is called after invocation of EveusbController::getLicense or EveusbController::Activate   Parameters:   info - structure that contains info...
Sun, 20 Mar, 2022 at 3:07 PM
void onOfflineRequest(const std::string &data)
This method is called after invocation of EveusbController::getOfflineRequest   Parameters:   data - data that should be sent to the activation server...
Sun, 20 Mar, 2022 at 3:08 PM
void onLoglevel(int level);
This method is called if loglevel changed or current value was requested via getLoglevel.   Parameters:   level - constants from syslog: LOG_ERR, LOG_...
Sun, 20 Mar, 2022 at 3:08 PM
void onShareLimitExceeded(Device &dev, int limit);
This method is called if there was an attempt to share a device which couldn’t be shared due to license limitations. See EveusbController::localShare   P...
Sun, 20 Mar, 2022 at 3:11 PM
void onLocalDeviceTreeEnumerated();
End of enumeration notifications (no more devices left). See EveusbController::enumLocalDeviceTree
Sun, 20 Mar, 2022 at 3:11 PM
void onSharedDevicesEnumerated();
End of enumeration notifications (no more devices left). See EveusbController::enumSharedDevices
Sun, 20 Mar, 2022 at 3:52 PM
void onRemoteDevicesEnumerated();
End of enumeration notifications (no more devices left). See EveusbController::enumRemoteDevices
Sun, 20 Mar, 2022 at 3:11 PM
void onServerFound(const std::string &host);
Server or devices search notifications. See EveusbController::findServers   Parameters:   host - address of the detected host
Sun, 20 Mar, 2022 at 3:10 PM
void onServerDeviceFound(Device &dev);
Server or devices search notifications. See EveusbController::findServerDevices   Parameters:   dev - object corresponding to device found. This objec...
Sun, 20 Mar, 2022 at 3:10 PM
void onServerDevicesEnumerated(const std::string &host);
Server or devices search notifications. End of enumeration notifications (no more devices left). See EveusbController::findServerDevices   Parameters: ...
Sun, 20 Mar, 2022 at 3:10 PM