Method: OpenC3::Structure#fixed_size

Defined in:
lib/openc3/packets/structure.rb

#fixed_sizeBoolean (readonly)

Returns Flag indicating if the structure contains any variably sized items or not.

Returns:

  • (Boolean)

    Flag indicating if the structure contains any variably sized items or not.



51
52
53
# File 'lib/openc3/packets/structure.rb', line 51

def fixed_size
  @fixed_size
end