Class: RubySMB::SMB1::Packet::NtTrans::CreateResponse::Trans2Parameters

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/ruby_smb/smb1/packet/nt_trans/create_response.rb

Overview

The Trans2 Parameter Block for this particular Subcommand

Instance Method Summary collapse

Instance Method Details

#lengthObject

Returns the length of the Trans2Parameters struct in number of bytes



35
36
37
# File 'lib/ruby_smb/smb1/packet/nt_trans/create_response.rb', line 35

def length
  do_num_bytes
end