IOPoint * CreateDigitalOutput ( IO io,
long  bitNumber 
) [static]

Description:
Parameters:
io 
bitNumber The bit number relative to the entire I/O node
Returns:
(IOPoint*) A pointer to the newly created IOPoint.
Sample Code:
Create a new IOPOint...
  // -- C++ -- //
  IOPoint *myOutput = IOPoint:CreateDigitalOutput(io, 7);
Notes: