SshChannelState
[Source]
class ref SshChannelState
Constructors
create
[Source]
new ref create(
local_id': U32 val,
remote_id': U32 val,
local_window': U32 val,
remote_window': U32 val,
max_packet_size': U32 val,
channel_type': String val)
: SshChannelState ref^
Parameters
- local_id': U32 val
- remote_id': U32 val
- local_window': U32 val
- remote_window': U32 val
- max_packet_size': U32 val
- channel_type': String val
Returns
Public fields
let local_id: U32 val
[Source]
var remote_id: U32 val
[Source]
var local_window: U32 val
[Source]
var remote_window: U32 val
[Source]
var max_packet_size: U32 val
[Source]
let channel_type: String val
[Source]
var open: Bool val
[Source]
[Source]
var pty_pending: Bool val
[Source]