Method: OpenC3::Target#cmd_cnt

Defined in:
lib/openc3/system/target.rb

#cmd_cntInteger

Returns The number of command packets send to this target.

Returns:

  • (Integer)

    The number of command packets send to this target



63
64
65
# File 'lib/openc3/system/target.rb', line 63

def cmd_cnt
  @cmd_cnt
end