ssh_scp_request_types class abstract

Constructors

ssh_scp_request_types()

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_SCP_REQUEST_ENDDIR → const int
End of directory
SSH_SCP_REQUEST_EOF → const int
End of requests
SSH_SCP_REQUEST_NEWDIR → const int
A new directory is going to be pulled
SSH_SCP_REQUEST_NEWFILE → const int
A new file is going to be pulled
SSH_SCP_REQUEST_WARNING → const int
Warning received