ssh_callbacks_struct class

The structure to replace libssh functions with appropriate callbacks.

Inheritance

Constructors

ssh_callbacks_struct()

Properties

auth_function int
This functions will be called if e.g. a keyphrase is needed.
getter/setter pair
channel_open_request_auth_agent_function ssh_channel_open_request_auth_agent_callback
This function will be called when an incoming "auth-agent" request is received.
getter/setter pair
channel_open_request_x11_function int
This function will be called when an incoming X11 request is received.
getter/setter pair
connect_status_function Pointer<NativeFunction<Void Function(Pointer<Void>, Float)>>
This function gets called during connection time to indicate the percentage of connection steps completed.
getter/setter pair
global_request_function ssh_global_request_callback
This function will be called each time a global request is received.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
log_function ssh_log_callback
This function will be called each time a loggable event happens.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
DON'T SET THIS use ssh_callbacks_init() instead.
getter/setter pair
userdata Pointer<Void>
User-provided data. User is free to set anything he wants here
getter/setter pair

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