Exemple #1
0
        static async void task(CoordinatorDevice2 dev)
        {

            DeviceInfo[] infos = await dev.GetDeviceListAsync();
            Console.WriteLine(infos.Length);
        }