Method: OpenC3::Structure#short_buffer_allowed

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

#short_buffer_allowedBoolean

Returns Flag indicating if giving a buffer with less than required data size is allowed.

Returns:

  • (Boolean)

    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