Class: RubySMB::SMB1::Packet::Trans2::SetPathInformationRequestTrans2Parameters
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::SMB1::Packet::Trans2::SetPathInformationRequestTrans2Parameters
- 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
-
#length ⇒ Object
Returns the length of the Trans2Parameters struct in number of bytes.
Instance Method Details
#length ⇒ Object
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 |