|
|
| long DigitalInMaskGet |
( |
long |
bitNumber |
) |
|
- Description:
- DigitalInMaskGet returns the bitwise mask for a Node's digital input.
- 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
|