Class: HrrRbSsh::Message::SSH_MSG_CHANNEL_WINDOW_ADJUST

Inherits:
Object
  • Object
show all
Includes:
Codable
Defined in:
lib/hrr_rb_ssh/message/093_ssh_msg_channel_window_adjust.rb

Constant Summary collapse

ID =
self.name.split('::').last
VALUE =
93
DEFINITION =
[
  #[DataType, Field Name]
  [DataType::Byte,      :'message number'],
  [DataType::Uint32,    :'recipient channel'],
  [DataType::Uint32,    :'bytes to add'],
]

Instance Attribute Summary

Attributes included from Loggable

#log_key, #logger

Method Summary

Methods included from Codable

#common_definition, #conditional_definition, #decode, #decode_recursively, #encode, #initialize

Methods included from Loggable

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