SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Disconnect Event

Fires to report a disconnected client.

Syntax

ANSI (Cross Platform)
virtual int FireDisconnect(DCAuthWebServerDisconnectEventParams *e);
typedef struct {
int64 ConnectionID; int reserved; } DCAuthWebServerDisconnectEventParams; Unicode (Windows) virtual INT FireDisconnect(DCAuthWebServerDisconnectEventParams *e);
typedef struct {
LONG64 ConnectionID; INT reserved; } DCAuthWebServerDisconnectEventParams;
- (void)onDisconnect:(long long)connectionID;
#define EID_DCAUTHWEBSERVER_DISCONNECT 7

virtual INT SECUREBLACKBOX_CALL FireDisconnect(LONG64 &lConnectionID);

Remarks

The class fires this event when a connected client disconnects.

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