class Rex::Proto::ADB::Message::Auth
Constants
- COMMAND
- TYPE_SIGNATURE
- TYPE_TOKEN
Public Class Methods
new(type, data)
click to toggle source
Calls superclass method
Rex::Proto::ADB::Message::new
# File lib/rex/proto/adb/message.rb, line 111 def initialize(type, data) super(type, 0, data) end