Searched refs:localPort (Results 1 – 2 of 2) sorted by relevance
70 public void createForward(int localPort, int remotePort) throws TimeoutException, in createForward() argument343 public void removeForward(int localPort, int remotePort) throws TimeoutException, in removeForward() argument465 public void createForward(int localPort, String remoteSocketName, in createForward() argument475 public void removeForward(int localPort, String remoteSocketName, in removeForward() argument
8 unsigned int localPort = 8888;22 Udp.begin(localPort);