Class: Empp::MsgActiveTestResp

Inherits:
EmppBase
  • Object
show all
Defined in:
lib/empp/msg_active_test_resp.rb

Instance Attribute Summary

Attributes inherited from EmppBase

#command_id, #sequence_id, #total_length

Instance Method Summary collapse

Constructor Details

#initializeMsgActiveTestResp

Returns a new instance of MsgActiveTestResp.



8
9
10
# File 'lib/empp/msg_active_test_resp.rb', line 8

def initialize
  @command_id = Constants::EMPP_ACTIVE_TEST_RESP
end