IOPoint * CreateDigitalOutput ( MotionController controller,
long  bitNumber 
) [static]

Description:
Parameters:
controller The MotionController
bitNumber The bit number for the output, range is (0-6)
Returns:
(IOPoint*) A pointer to the newly created IOPoint.
Sample Code:
Create a new IOPOint...
  // -- C++ -- //
  IOPoint *myOutput = IOPoint:CreateDigitalOutput(controller, 3);
Notes:
Examples:
userLimit.cpp.