// -- C++ -- // if(controller->DigitalInGet(6) == true) { printf("Controller E-Stop Input is ON.\n"); }
// -- C# -- // if(controller.DigitalInGet(6) == true) { Console.WriteLine("Controller E-Stop Input is ON."); }
Copyright © 2009 ---. All Rights Reserved.