SecureBlackbox 2020 Qt Edition

Questions / Feedback?

KeepAliveResponse Event

Reports a response to a keep-alive message.

Syntax

class WebSocketClientKeepAliveResponseEventParams {
public:
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void KeepAliveResponse(WebSocketClientKeepAliveResponseEventParams *e);
// Or, subclass WebSocketClient and override this emitter function. virtual int FireKeepAliveResponse(WebSocketClientKeepAliveResponseEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8154]