SecureBlackbox 2020 C++ Edition

Questions / Feedback?

KeepAliveResponse Event

Reports a response to a keep-alive message.

Syntax

ANSI (Cross Platform)
virtual int FireKeepAliveResponse(WebSocketClientKeepAliveResponseEventParams *e);
typedef struct { int reserved; } WebSocketClientKeepAliveResponseEventParams; Unicode (Windows) virtual INT FireKeepAliveResponse(WebSocketClientKeepAliveResponseEventParams *e);
typedef struct { INT reserved; } WebSocketClientKeepAliveResponseEventParams;
- (void)onKeepAliveResponse;
#define EID_WEBSOCKETCLIENT_KEEPALIVERESPONSE 5

virtual INT SECUREBLACKBOX_CALL FireKeepAliveResponse();

Remarks

This event is triggered when a response to a previously sent keep-alive message is received.

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