Method: OpenC3::Structure#defined_length

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

#defined_lengthInteger (readonly)

Returns Defined length in bytes (not bits) of the structure.

Returns:

  • (Integer)

    Defined length in bytes (not bits) of the structure



41
42
43
# File 'lib/openc3/packets/structure.rb', line 41

def defined_length
  @defined_length
end