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