DataPacketOut Event
Fired when sending a data packet to the transaction server.
Object Oriented Interface
public function fireDataPacketOut($param);
Procedural Interface
inpaydirect_fdmsrcdebit_register_callback($res, 3, array($this, 'fireDataPacketOut'));
Parameter List
'datapacket'
Remarks
This event fires right before each data packet is sent. 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.