SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

Banner Event

Reports the receipt of the Hello message from the server.

Syntax

ANSI (Cross Platform)
virtual int FireBanner(SSHClientBannerEventParams *e);
typedef struct {
const char *Text; int lenText;
const char *Language; int lenLanguage; int reserved; } SSHClientBannerEventParams; Unicode (Windows) virtual INT FireBanner(SSHClientBannerEventParams *e);
typedef struct {
LPCSTR Text; INT lenText;
LPCSTR Language; INT lenLanguage; INT reserved; } SSHClientBannerEventParams;
- (void)onBanner:(NSData*)text :(NSData*)language;
#define EID_SSHCLIENT_BANNER 4

virtual INT SECUREBLACKBOXLITE_CALL FireBanner(LPSTR &lpText, INT &lenText, LPSTR &lpLanguage, INT &lenLanguage);

Remarks

SFPTClient fires this event when it receives hello message from the server.

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