class RubySMB::SMB1::Packet::Trans2::FindNext2Request::Trans2Data

The Trans2 Data Blcok for this particular Subcommand

Public Instance Methods

length() click to toggle source

Returns the length of the Trans2Data struct in number of bytes

# File lib/ruby_smb/smb1/packet/trans2/find_next2_request.rb, line 52
def length
  do_num_bytes
end