BinInt

The BinInt command element specifies binary integer properties for an item type.

Components of BinInt

A group view displays the components of the BinInt command element.

The BinInt command element can have a Length, Sign, or ByteOrder attribute.

Component Name Attributes Description
Length 1, 2, 4 Specifies a length restricted to 1, 2, or 4 bytes.
Sign Yes Default setting. Specifies the sign attribute value of the number.
  No Specifies the sign attribute value of the number.
ByteOrder
  • BIGENDIAN
  • LITTLEENDIAN
  • NATIVE
Specifies the byte order attribute value of the number.
Example
<BinInt>
<Length>10</Length>
<ByteOrder>BIGENDIAN</ByteOrder>
</BinInt>