Event arguments for a DeviceHive command
Inheritance: Microsoft.SPOT.EventArgs
Example #1
0
 private void PreProcessCommand(object sender, CommandEventArgs e)
 {
     BlinkingLed.Set(false);
 }
Example #2
0
 private void PostProcessCommand(object sender, CommandEventArgs e)
 {
     GHIElectronics.NETMF.Hardware.LowLevel.Watchdog.ResetCounter();
     BlinkingLed.Set(true);
 }