SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Disconnect Event

Fires to report a disconnected client.

Syntax

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

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]