Class: RubySMB::SMB2::Packet::TreeDisconnectRequest

Inherits:
GenericPacket
  • Object
show all
Defined in:
lib/ruby_smb/smb2/packet/tree_disconnect_request.rb

Overview

An SMB2 TreeDisconnectRequest Packet as defined in 2.2.11 SMB2 TREE_DISCONNECT Request

Instance Method Summary collapse

Methods inherited from GenericPacket

describe, #display, #packet_smb_version, #status_code

Instance Method Details

#initialize_instanceObject



13
14
15
16
# File 'lib/ruby_smb/smb2/packet/tree_disconnect_request.rb', line 13

def initialize_instance
  super
  smb2_header.command = RubySMB::SMB2::Commands::TREE_DISCONNECT
end