StartTransfer Event

Fires before incoming HL7 data begins transferring.

Syntax

class MLLPServerStartTransferEventParams {
public:
  int ConnectionId();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void StartTransfer(MLLPServerStartTransferEventParams *e);
// Or, subclass MLLPServer and override this emitter function. virtual int FireStartTransfer(MLLPServerStartTransferEventParams *e) {...}

Remarks

This event fires before incoming HL7 data begins transferring.

ConnectionId is the Id of the connection on which data is being received.

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