SecureBlackbox 2020 Qt Edition

Questions / Feedback?

TextDataLine Event

Reports next transferred data line.

Syntax

class FTPClientTextDataLineEventParams {
public:
  const QString &TextLine();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void TextDataLine(FTPClientTextDataLineEventParams *e);
// Or, subclass FTPClient and override this emitter function. virtual int FireTextDataLine(FTPClientTextDataLineEventParams *e) {...}

Remarks

The class fires this event in series when transferring a file in ASCII mode to report each line being transferred.

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