MoreBytes

Description:

This method returns TRUE if there are more bytes to be decoded in the layer, and false if the current bit is at the end of the layer. If the current pointer is not at a byte boundary it is moved up to the next byte boundary for the purposes of the calculation. The parameter "Offset from end in bytes" specifies how many bytes at the end of the layer to disregard when determining if there are more bytes remaining. This is useful if you want to ignore a CRC, for example. This method is often used to test for optional fields at the end of a layer.

Parameters:

[Optional]

Int

"Offset from end in bytes"

(Default value: 0)

Example:

GROUP more_ieee_format_data IF (MoreBytes)