Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

exact_only Attribute

Syntax:

exact_only

Using this attribute for enum fields forces exact matching algorithm. Normally, when this attribute is not specified, the following visualization algorithm is used for enumerations:

  1. First, enumeration type is searched for exact match. If exact match is found, enumeration identifier is displayed.
  2. If exact match is not found, enumeration type is considered a bit-field and is decomposited into components. Any remaining value is then added at the end.