Transfer Event

Fires during incoming data transfer.

Object Oriented Interface

public function fireTransfer($param);

Procedural Interface

ipworksedi_mllpclient_register_callback($res, 12, array($this, 'fireTransfer'));

Parameter List


'bytestransferred'
'data'

Remarks

This event fires one or more times while incoming data is being transferred.

The BytesTransferred parameter reflects the number of bytes transferred since the beginning of the transfer.

The Data parameter contains the portion of the data being delivered currently.

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