Example #1
0
        public async void DiscoverDevices()
        {
            CheckForInitilizedAndNotDisposed();

            var msg = new GetService(_discoverSourceID);
            await _networkClient.SendMessage(null, msg.GetPacket());
        }