ssh_connector_flags_e class abstract

Constructors

ssh_connector_flags_e()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

SSH_CONNECTOR_BOTH → const int
Merge both standard and exception streams
SSH_CONNECTOR_STDERR → const int
Only the exception stream of the channel
SSH_CONNECTOR_STDINOUT → const int
SSH_CONNECTOR_STDOUT → const int
Only the standard stream of the channel