Class: RubySMB::SMB1::Packet::NtTrans::CreateRequest::Trans2Data
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::SMB1::Packet::NtTrans::CreateRequest::Trans2Data
- Defined in:
- lib/ruby_smb/smb1/packet/nt_trans/create_request.rb
Overview
The Trans2 Data Block for this particular Subcommand
Instance Method Summary collapse
-
#length ⇒ Object
Returns the length of the Trans2Data struct in number of bytes.
Instance Method Details
#length ⇒ Object
Returns the length of the Trans2Data struct in number of bytes
67 68 69 |
# File 'lib/ruby_smb/smb1/packet/nt_trans/create_request.rb', line 67 def length do_num_bytes end |