KeyUsages enum | QSYS API Reference Guide
Specifies the usage of a key.
Namespace: ASNA.DataGate.Common
Assembly: ASNA.QSys.DataGate.Client.dll
Enum Values
| Name | Description | Value |
|---|---|---|
| ABSVALUE | Use absolute value of field as the key. | 2 |
| ALTSEQ | Use ALTSEQ translation table for key field. | 64 |
| ASCEND | Keys sequenced in ascending order. | 0 |
| DESCEND | Keys sequenced in descending order. | 1 |
| DIGIT | Use the right nibble of each byte for key. | 16 |
| SEPARATOR | Separator for MultiFormat record Sets. | 128 |
| SIGNED | Use signed value of field as the key. | 4 |
| UNSIGNED | Use unsigned value of field as the key. | 8 |
| ZONE | Use the left nibble of each byte for key. | 32 |