Method: OpenC3::Structure#short_buffer_allowed
- Defined in:
- lib/openc3/packets/structure.rb
#short_buffer_allowed ⇒ Boolean
Returns Flag indicating if giving a buffer with less than required data size is allowed.
55 56 57 |
# File 'lib/openc3/packets/structure.rb', line 55 def short_buffer_allowed @short_buffer_allowed end |