CCIMXDesktop
 
Loading...
Searching...
No Matches
ConnectionUtils.h
1#ifndef CONNECTIONUTILS_H
2#define CONNECTIONUTILS_H
3#include <vector>
4namespace PortUtils {
5int generate(int minPort = 1024,
6 int maxPort = 65535,
7 const std::vector<int>& excluded = {});
8}
9
10#endif // CONNECTIONUTILS_H