Function rcg::getDevices(uint64_t)

Function Documentation

std::vector<std::shared_ptr<Device>> rcg::getDevices(uint64_t timeout)

Returns a list of all devices that are available across all transport layers and interfaces.

Parameters:

timeout – Timeout in ms for discovery of devices on each interface. The function without this parameter uses a timeout of 1000 ms.

Returns:

List of available devices.