Z4SightOutputSourceType
Description
Sets the type of signal to route to an output signal.
Values of this enumeration:
- Default - Same as M_USER_BITn
- IOCommandList_Bit0
- IOCommandList_Bit1
- IOCommandList_Bit2
- IOCommandList_Bit3
- IOCommandList_Bit4
- IOCommandList_Bit5
- IOCommandList_Bit6
- IOCommandList_Bit7
- RotaryEncoder
- Timer
- UserBit
namespace Z4SightOutputSourceType { enum Type { Default, IOCommandList_Bit0, IOCommandList_Bit1, IOCommandList_Bit2, IOCommandList_Bit3, IOCommandList_Bit4, IOCommandList_Bit5, IOCommandList_Bit6, IOCommandList_Bit7, RotaryEncoder, Timer, UserBit }; }