Status Event

Fired during connection or disconnection attempts.

Syntax

class NetDialStatusEventParams {
public:
  int Operation();
  int StatusCode();
  const QString &OperationDescription();
  const QString &StatusDescription();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Status(NetDialStatusEventParams *e);
// Or, subclass NetDial and override this emitter function. virtual int FireStatus(NetDialStatusEventParams *e) {...}

Remarks

The Operation parameter indicates the operation currently in progress.

The StatusCode shows the status of the operation.

The OperationDescription and StatusDescription parameters are the corresponding descriptions.

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