Class: RubySMB::Dcerpc::Netlogon::DsrGetDcNameEx2Response

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ruby_smb/dcerpc/netlogon/dsr_get_dc_name_ex2_response.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#opnumObject (readonly)

Returns the value of attribute opnum.



10
11
12
# File 'lib/ruby_smb/dcerpc/netlogon/dsr_get_dc_name_ex2_response.rb', line 10

def opnum
  @opnum
end

Instance Method Details

#initialize_instanceObject



17
18
19
20
# File 'lib/ruby_smb/dcerpc/netlogon/dsr_get_dc_name_ex2_response.rb', line 17

def initialize_instance
  super
  @opnum = DSR_GET_DC_NAME_EX2
end