// -- C++ -- // if(controller->DigitalOutGet(0) == true) { printf("Controller User Ouput 0 is ON.\n"); }
// -- C# -- // if(controller.DigitalOutGet(0) == true) { Console.WriteLine("Controller User Ouput 0 is ON."); }
Copyright © 2009 ---. All Rights Reserved.