Method: OpenC3::CcsdsParser#sequence_count
- Defined in:
- lib/openc3/ccsds/ccsds_parser.rb
#sequence_count ⇒ Integer (readonly)
Returns 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 |