Class: RubySMB::SMB1::Packet::NtTrans::CreateRequest::Trans2Parameters
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::SMB1::Packet::NtTrans::CreateRequest::Trans2Parameters
- Defined in:
- lib/ruby_smb/smb1/packet/nt_trans/create_request.rb
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
49 50 51 |
# File 'lib/ruby_smb/smb1/packet/nt_trans/create_request.rb', line 49 def length self.do_num_bytes end |