Class: HrrRbSftp::Protocol::Common::Packet::SSH_FXP_INIT

Inherits:
Object
  • Object
show all
Includes:
HrrRbSftp::Protocol::Common::Packetable
Defined in:
lib/hrr_rb_sftp/protocol/common/packet/001_ssh_fxp_init.rb

Constant Summary collapse

TYPE =
1
FORMAT =
[
  [DataType::Byte,   :"type"   ],
  [DataType::Uint32, :"version"],
]

Instance Attribute Summary

Attributes included from Loggable

#logger

Method Summary

Methods included from HrrRbSftp::Protocol::Common::Packetable

#decode, #encode, #initialize

Methods included from Loggable

#log_debug, #log_error, #log_fatal, #log_info, #log_warn