114115116117118119120121
else { _myUdpClient = new UdpClient(); } if (_myOscProperties.listeningPort() > 0) { _myUdpServer = new UdpServer(this, _myOscProperties.listeningPort(), _myOscProperties.datagramSize()); } }