class RubySMB::Dcerpc::Response

The Response PDU as defined in [The response PDU](pubs.opengroup.org/onlinepubs/9629399/chap12.htm#tagcjh_17_06_04_10)

Public Instance Methods

initialize_instance() click to toggle source
Calls superclass method
# File lib/ruby_smb/dcerpc/response.rb, line 21
def initialize_instance
  super
  pdu_header.ptype = RubySMB::Dcerpc::PTypes::RESPONSE
end