SshDisconnectCodes
[Source]
primitive val SshDisconnectCodes
Constructors
create
[Source]
new val create()
: SshDisconnectCodes val^
Returns
Public Functions
host_not_allowed
[Source]
fun box host_not_allowed()
: U32 val
Returns
protocol_error
[Source]
fun box protocol_error()
: U32 val
Returns
key_exchange_failed
[Source]
fun box key_exchange_failed()
: U32 val
Returns
reserved
[Source]
fun box reserved()
: U32 val
Returns
mac_error
[Source]
fun box mac_error()
: U32 val
Returns
compression_error
[Source]
fun box compression_error()
: U32 val
Returns
service_not_available
[Source]
fun box service_not_available()
: U32 val
Returns
protocol_version_not_supported
[Source]
fun box protocol_version_not_supported()
: U32 val
Returns
host_key_not_verifiable
[Source]
fun box host_key_not_verifiable()
: U32 val
Returns
connection_lost
[Source]
fun box connection_lost()
: U32 val
Returns
by_application
[Source]
fun box by_application()
: U32 val
Returns
too_many_connections
[Source]
fun box too_many_connections()
: U32 val
Returns
auth_cancelled_by_user
[Source]
fun box auth_cancelled_by_user()
: U32 val
Returns
no_more_auth_methods
[Source]
fun box no_more_auth_methods()
: U32 val
Returns
illegal_user_name
[Source]
fun box illegal_user_name()
: U32 val
Returns
eq
[Source]
fun box eq(
that: SshDisconnectCodes val)
: Bool val
Parameters
Returns
ne
[Source]
fun box ne(
that: SshDisconnectCodes val)
: Bool val
Parameters
Returns