Class: RubySMB::SMB1::Packet::Trans2::QueryFileInformationRequestTrans2Parameters
- Inherits:
- 
      BinData::Record
      
        - Object
- BinData::Record
- RubySMB::SMB1::Packet::Trans2::QueryFileInformationRequestTrans2Parameters
 
- Defined in:
- lib/ruby_smb/smb1/packet/trans2/query_file_information_request.rb
Overview
The Trans2 Parameter Block for this particular Subcommand
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
| 14 15 16 | # File 'lib/ruby_smb/smb1/packet/trans2/query_file_information_request.rb', line 14 def length do_num_bytes end |