Visual Basic (Declaration) | |
---|---|
Public Enum DigitalInputSignConvention Inherits System.Enum |
C# | |
---|---|
public enum DigitalInputSignConvention : System.Enum |
C++/CLI | |
---|---|
public enum class DigitalInputSignConvention : public System.Enum |
Member | Description | Minimum SW Version‡ |
---|---|---|
OffsetBinary | Offset binary convention. | — |
TwosComplement | Two's complement convention. | — |
‡ This is the minimum 89600 VSA software version level needed to use this enum member. |
Note that an offset binary representation can be converted to two's complement (and vice versa) by simply inverting the most significant bit.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)