BACnetPrivateTransferResponseCbCompletion (FUN)

FUNCTION BACnetPrivateTransferResponseCbCompletion : IEC_BACNET_STATUS

Sends a ConfirmedPrivateTransfer response. Completes a Confirmed-Private-Transfer hook by generating a Private-Transfer-ACK reply. This is a service completion routine. All confirmed service hooks need to call a response or error completion routine to perform transaction clean-up and to send a response over the BACnet. The hook completion routine frees all resources it uses. return IEC_BACNET_STATUS

InOut:

Scope

Name

Type

Comment

Return

BACnetPrivateTransferResponseCbCompletion

IEC_BACNET_STATUS

Input

phTransaction

POINTER TO BYTE

Transaction State Machine (TSM) handle for the request to be processed by the hook.

pResult

POINTER TO IEC_BACNET_PRIVATE_TRANSFER_INFO

A pointer to the memory block to transport the response information of data type IEC_BACNET_PRIVATE_TRANSFER_INFO.