Class: RubySMB::SMB1::Packet::Trans2::SetPathInformationResponseTrans2Parameters
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::SMB1::Packet::Trans2::SetPathInformationResponseTrans2Parameters
- Defined in:
- lib/ruby_smb/smb1/packet/trans2/set_path_information_response.rb
Overview
The Trans2 Parameter Block for a SET_PATH_INFORMATION response as defined in MS-CIFS 2.2.6.7.2 Response.
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
15 16 17 |
# File 'lib/ruby_smb/smb1/packet/trans2/set_path_information_response.rb', line 15 def length do_num_bytes end |