Class: Rex::Proto::ADB::Message::Ready
- Inherits:
-
Rex::Proto::ADB::Message
- Object
- Rex::Proto::ADB::Message
- Rex::Proto::ADB::Message::Ready
- Defined in:
- lib/rex/proto/adb/message.rb
Constant Summary collapse
- COMMAND =
"OKAY"
Constants inherited from Rex::Proto::ADB::Message
MESSAGE_TYPES, WORD_PACK, WORD_WIDTH
Instance Attribute Summary
Attributes inherited from Rex::Proto::ADB::Message
Instance Method Summary collapse
-
#initialize(local_id, remote_id) ⇒ Ready
constructor
A new instance of Ready.
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) ⇒ Ready
Returns a new instance of Ready.
128 129 130 |
# File 'lib/rex/proto/adb/message.rb', line 128 def initialize(local_id, remote_id) super(local_id, remote_id, "") end |