Class: RubySMB::SMB1::Packet::Trans2::SetPathInformationRequestTrans2Parameters

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

Overview

The Trans2 Parameter Block for a SET_PATH_INFORMATION request as defined in MS-CIFS 2.2.6.7.1 Request.

Instance Method Summary collapse

Instance Method Details

#lengthObject

Returns the length of the Trans2Parameters struct in number of bytes



20
21
22
# File 'lib/ruby_smb/smb1/packet/trans2/set_path_information_request.rb', line 20

def length
  do_num_bytes
end