Class: HrrRbSsh::Message::SSH_MSG_REQUEST_SUCCESS
- Inherits:
-
Object
- Object
- HrrRbSsh::Message::SSH_MSG_REQUEST_SUCCESS
- Includes:
- Codable
- Defined in:
- lib/hrr_rb_ssh/message/081_ssh_msg_request_success.rb
Constant Summary collapse
- ID =
self.name.split('::').last
- VALUE =
81
- DEFINITION =
[ #[DataType, Field Name] [DataType::Byte, :'message number'], ]
- TCPIP_FORWARD_DEFINITION =
[ #[DataType, Field Name] #[DataType::String, :'request name' : "tcpip-forward"], [DataType::Uint32, :'port that was bound on the server'], ]
- CONDITIONAL_DEFINITION =
{ # Field Name => {Field Value => Conditional Definition} :'request name' => { "tcpip-forward" => TCPIP_FORWARD_DEFINITION, } }
Instance Attribute Summary
Attributes included from Loggable
Method Summary
Methods included from Codable
#common_definition, #conditional_definition, #decode, #decode_recursively, #encode, #initialize