SetRangePort
Define a range of ports for the SDK to manage.
void SetRangePort(int startPort, int limit)
Parameters
startPort: Starting port.
limit: Number of ports to allocate (from startPort to startPort+limit-1).
Return Value
void
Example
SetRangePort(60000, 10);
Last updated
Was this helpful?