Class: SmbRpc::Epmapper::Epm_LookupReq

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/smbRpc/epmapper/epmLookup.rb

Overview

Instance Method Summary collapse

Instance Method Details

#initialize_instanceObject



14
15
16
17
18
19
# File 'lib/smbRpc/epmapper/epmLookup.rb', line 14

def initialize_instance
  super
  entry_handle.value = get_parameter(:handle)
  request.pduHead.frag_length = self.num_bytes
  request.opnum.value = 2        #epm_Lookup
end