Method: OpenC3::CcsdsParser#in_progress_data

Defined in:
lib/openc3/ccsds/ccsds_parser.rb

#in_progress_dataString (readonly)

Returns Binary data that has been collected so far towards the completely unsegmented packet. Note: This value is cleared once the entire packet is formed and also cleared due to errors.

Returns:

  • (String)

    Binary data that has been collected so far towards the completely unsegmented packet. Note: This value is cleared once the entire packet is formed and also cleared due to errors.



36
37
38
# File 'lib/openc3/ccsds/ccsds_parser.rb', line 36

def in_progress_data
  @in_progress_data
end