SshChannelMsgTypes
[Source]
primitive val SshChannelMsgTypes
Constructors
create
[Source]
new val create()
: SshChannelMsgTypes val^
Returns
Public Functions
channel_open
[Source]
fun box channel_open()
: U8 val
Returns
channel_open_confirmation
[Source]
fun box channel_open_confirmation()
: U8 val
Returns
channel_open_failure
[Source]
fun box channel_open_failure()
: U8 val
Returns
channel_window_adjust
[Source]
fun box channel_window_adjust()
: U8 val
Returns
channel_data
[Source]
fun box channel_data()
: U8 val
Returns
channel_eof
[Source]
fun box channel_eof()
: U8 val
Returns
channel_close
[Source]
fun box channel_close()
: U8 val
Returns
channel_request
[Source]
fun box channel_request()
: U8 val
Returns
channel_success
[Source]
fun box channel_success()
: U8 val
Returns
channel_failure
[Source]
fun box channel_failure()
: U8 val
Returns
eq
[Source]
fun box eq(
that: SshChannelMsgTypes val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: SshChannelMsgTypes val)
: Bool val
Parameters
Returns