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