Class: RubySMB::SMB1::Packet::Trans::PeekNmpipeResponse::TransParameters
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RubySMB::SMB1::Packet::Trans::PeekNmpipeResponse::TransParameters
- Defined in:
- lib/ruby_smb/smb1/packet/trans/peek_nmpipe_response.rb
Overview
The Trans Parameter Block for this particular Subcommand
Instance Method Summary collapse
-
#length ⇒ Object
Returns the length of the TransParameters struct in number of bytes.
Instance Method Details
#length ⇒ Object
Returns the length of the TransParameters struct in number of bytes
23 24 25 |
# File 'lib/ruby_smb/smb1/packet/trans/peek_nmpipe_response.rb', line 23 def length do_num_bytes end |