|
|
| long DigitalOutMaskGet |
( |
long |
bitNumber |
) |
|
- Description:
- DigitalOutMaskGet returns the bitwise mask for a Node's digital output.
- Parameters:
-
| bitNumber | The bit number, relative to the entire Node. |
- Returns:
- (long) bitwise mask -- corresponds to the specified bit number
- Notes:
- Used for setting up User Limits, Recorder or other functionality that runs real-time in Controller firmware
|