TrustCore SDK NanoSSH API reference  version 7.0
Async Server Callbacks

Variables

void(* sshSettings::funcPtrStartTimer )(sbyte4 connectionInstance, ubyte4 msTimerExpire, sbyte4 boolUserAuthenticated)
 Start the timeout notification timer. More...
 

Detailed Description

Variable Documentation

◆ funcPtrStartTimer

void(* sshSettings::funcPtrStartTimer) (sbyte4 connectionInstance, ubyte4 msTimerExpire, sbyte4 boolUserAuthenticated)

This callback function is used to start a timeout notification timer.

Since
1.41
Version
1.41 and later

To enable this function, the following flag must be defined in moptions.h:

  • __ENABLE_MOCANA_SSH_ASYNC_SERVER_API__
Parameters
connectionInstanceConnection instance returned from SSH_ASYNC_acceptConnection().
msTimerExpireLength of timer (in milliseconds).
boolUserAuthenticatedTRUE (1) to specify that authentication is complete; otherwise FALSE.
Returns
None.

ssh.h