Esempio n. 1
0
#pragma warning restore 1998

        public async Task <string> get_debugMsg()
        {
            YDevice device = await getYDevice();

            return(device.get_debugMsg());
        }