Example #1
0
 public WiFlyServer(ushort port)
 {
     _port = port;
     WiFlyDevice.WiFly._serverPort = 0;
     _activeClient = NO_CLIENT;
 }
 public WiFlyServer(ushort port)
 {
     _port = port;
     WiFlyDevice.WiFly._serverPort = 0;
     _activeClient = NO_CLIENT;
 }