Method: OpenC3::CcsdsParser#sequence_count

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

#sequence_countInteger (readonly)

Returns Sequence count of the previously received packet.

Returns:

  • (Integer)

    Sequence count of the previously received packet



42
43
44
# File 'lib/openc3/ccsds/ccsds_parser.rb', line 42

def sequence_count
  @sequence_count
end