Exemplo n.º 1
0
        private static void AzureIoTReceiveCommands()
        {
            Console.WriteLine(nameof(AzureIoTReceiveCommands));

            var sample = new AzureIoTSample();

            sample.StartReceivingCommands();
        }
Exemplo n.º 2
0
        private static void AzureIoTSendData()
        {
            Console.WriteLine(nameof(AzureIoTSendData));

            var sample = new AzureIoTSample();

            sample.StartSendingData();
        }