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