SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Connect Event

This event is fired when an SSH session has been established.

Syntax

ANSI (Cross Platform)
virtual int FireConnect(SSHClientConnectEventParams *e);
typedef struct { int reserved; } SSHClientConnectEventParams; Unicode (Windows) virtual INT FireConnect(SSHClientConnectEventParams *e);
typedef struct { INT reserved; } SSHClientConnectEventParams;
- (void)onConnect;
#define EID_SSHCLIENT_CONNECT 7

virtual INT SECUREBLACKBOX_CALL FireConnect();

Remarks

Use this event to track the moment when SSH session has been set up.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Edition - Version 20.0 [Build 8166]