![]() |
TrustCore SDK NanoSSH API reference
version 7.0
|
Variables | |
| void(* | sshSettings::funcPtrStartTimer )(sbyte4 connectionInstance, ubyte4 msTimerExpire, sbyte4 boolUserAuthenticated) |
| Start the timeout notification timer. More... | |
| void(* sshSettings::funcPtrStartTimer) (sbyte4 connectionInstance, ubyte4 msTimerExpire, sbyte4 boolUserAuthenticated) |
This callback function is used to start a timeout notification timer.
To enable this function, the following flag must be defined in moptions.h:
__ENABLE_MOCANA_SSH_ASYNC_SERVER_API__ | connectionInstance | Connection instance returned from SSH_ASYNC_acceptConnection(). |
| msTimerExpire | Length of timer (in milliseconds). |
| boolUserAuthenticated | TRUE (1) to specify that authentication is complete; otherwise FALSE. |