class RubySMB::SMB1::Packet::Trans2::SetFileInformationRequest::Trans2Parameters

The Trans2 Parameter Block for this particular Subcommand

Public Instance Methods

length() click to toggle source

Returns the length of the Trans2Parameters struct in number of bytes

# File lib/ruby_smb/smb1/packet/trans2/set_file_information_request.rb, line 23
def length
  do_num_bytes
end