Class: Rex::Proto::ADB::Message::Close

Inherits:
Rex::Proto::ADB::Message show all
Defined in:
lib/rex/proto/adb/message.rb

Constant Summary collapse

COMMAND =
"CLSE"

Constants inherited from Rex::Proto::ADB::Message

MESSAGE_TYPES, WORD_PACK, WORD_WIDTH

Instance Attribute Summary

Attributes inherited from Rex::Proto::ADB::Message

#arg0, #arg1, #command, #data

Instance Method Summary collapse

Methods inherited from Rex::Proto::ADB::Message

#command_word, #data_check, #magic, read, #send_recv, #serialize, #to_s

Constructor Details

#initialize(local_id, remote_id) ⇒ Close

Returns a new instance of Close.



144
145
146
# File 'lib/rex/proto/adb/message.rb', line 144

def initialize(local_id, remote_id)
  super(local_id, remote_id, "")
end