Method: OpenC3::Structure#defined_length
- Defined in:
- lib/openc3/packets/structure.rb
#defined_length ⇒ Integer (readonly)
Returns Defined length in bytes (not bits) of the structure.
44 45 46 |
# File 'lib/openc3/packets/structure.rb', line 44 def defined_length @defined_length end |