Exemplo n.º 1
0
 public WiFlyServer(ushort port)
 {
     _port = port;
     WiFlyDevice.WiFly._serverPort = 0;
     _activeClient = NO_CLIENT;
 }
Exemplo n.º 2
0
 public WiFlyServer(ushort port)
 {
     _port = port;
     WiFlyDevice.WiFly._serverPort = 0;
     _activeClient = NO_CLIENT;
 }