Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

DataPacketIn Event

Fired when receiving a data packet from the transaction server.

Syntax

[VB.NET]
Public Event OnDataPacketIn As OnDataPacketInHandler
[C#]
public event OnDataPacketInHandler OnDataPacketIn;

public delegate void OnDataPacketInHandler(object sender, PtechretailDataPacketInEventArgs e);

class PtechretailDataPacketInEventArgs : EventArgs {
  string DataPacket {get;}  byte[] DataPacketB {get;}
}

Remarks

This event fires when a packet is received. The entire data packet (including all framing and error detection characters) is contained in the parameter "DataPacket". This parameter may be inspected for advanced troubleshooting, or to extract additional response properties beyond the scope of this component.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0