ssh_channel_eof_callback typedef

ssh_channel_eof_callback = Pointer<NativeFunction<Void Function(Int32, Pointer<ssh_channel>, Pointer<Void>)>>

@brief SSH channel eof callback. Called when a channel receives EOF @param session Current session handler @param channel the actual channel @param userdata Userdata to be passed to the callback function.

Implementation

typedef ssh_channel_eof_callback
    = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Int32, ffi.Pointer<ssh_channel>, ffi.Pointer<ffi.Void>)>>;