BACnetReadRangeResponseCbCompletion
(FUN)
FUNCTION BACnetReadRangeResponseCbCompletion : IEC_BACNET_STATUS
Sends a ReadRange response.
Completes a Read-Range hook by generating a Read-Range-ACK reply. This is a hook 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.
- InOut:
Scope
Name
Type
Comment
Return
BACnetReadRangeResponseCbCompletion
Input
phTransaction
POINTER TO BYTE
Transaction State Machine (TSM) handle for the request to be processed by the hook.
pResult
POINTER TO IEC_BACNET_READ_RANGE_RESULT
A pointer to the memory block of data type BACNET_READ_RANGE_RESULT to transport the request information.