Class: RubySMB::SMB1::Packet::Trans2::QueryPathInformationRequestTrans2Data

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ruby_smb/smb1/packet/trans2/query_path_information_request.rb

Overview

The Trans2 Data Block for this particular Subcommand

Instance Method Summary collapse

Instance Method Details

#lengthObject

Returns the length of the Trans2Data struct in number of bytes



31
32
33
# File 'lib/ruby_smb/smb1/packet/trans2/query_path_information_request.rb', line 31

def length
  do_num_bytes
end