class RubySMB::SMB2::Packet::TreeConnectResponse
An SMB2
TreeConnectResponse
Packet
as defined in [2.2.10 SMB2
TREE_CONNECT Response](msdn.microsoft.com/en-us/library/cc246499.aspx)
Constants
- COMMAND
- SMB2_SHARE_TYPE_DISK
Share Types Physical disk share
- SMB2_SHARE_TYPE_PIPE
Named pipe share
- SMB2_SHARE_TYPE_PRINT
Printer share
Public Instance Methods
initialize_instance()
click to toggle source
Calls superclass method
RubySMB::GenericPacket#initialize_instance
# File lib/ruby_smb/smb2/packet/tree_connect_response.rb, line 26 def initialize_instance super smb2_header.flags.reply = 1 end