ExtendedResponse Event

Fired for LDAP V3 Extended Responses.

Syntax

class LDAPExtendedResponseEventParams {
public:
  int MessageId();
  const QString &DN();
  int ResultCode();
  const QString &ResultDescription();
  const QString &ResponseName();
  const QByteArray &ResponseValue();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void ExtendedResponse(LDAPExtendedResponseEventParams *e);
// Or, subclass LDAP and override this emitter function. virtual int FireExtendedResponse(LDAPExtendedResponseEventParams *e) {...}

Remarks

The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.

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