コード例 #1
0
        public MainPage()
        {
            InitializeComponent();
            customGPIOController = new CustomGPIOController();
            list = new List <string>();

            timer = ThreadPoolTimer.CreatePeriodicTimer(Timer_Tick, TimeSpan.FromMilliseconds(timeBetweenPing));
        }
コード例 #2
0
        public MainPage()
        {
            InitializeComponent();
            customGPIOController = new CustomGPIOController();                        
            list = new List<string>();

            timer = ThreadPoolTimer.CreatePeriodicTimer(Timer_Tick, TimeSpan.FromMilliseconds(timeBetweenPing));      
        }