SecureBlackbox 2020 Qt Edition

Questions / Feedback?

CommandReplyData Event

Returns the data that accompanies a reply to a command.

Syntax

class POP3ClientCommandReplyDataEventParams {
public:
  const QString &Cmd();
  const QString &Data();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void CommandReplyData(POP3ClientCommandReplyDataEventParams *e);
// Or, subclass POP3Client and override this emitter function. virtual int FireCommandReplyData(POP3ClientCommandReplyDataEventParams *e) {...}

Remarks

Subscribe to this event to access data accompanying incoming command replies.

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