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