BACnetReadPropResponseCbCompletion
(FUN)
FUNCTION BACnetReadPropResponseCbCompletion : IEC_BACNET_STATUS
Sends a ReadProperty response.
Completes a Read-Property hook by generating a Read-Property-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
BACnetReadPropResponseCbCompletion
Input
phTransaction
POINTER TO BYTE
Transaction State Machine (TSM) handle for the request to be processed by the hook.
pServiceInfo
POINTER TO IEC_BACNET_READ_INFO
A pointer to a data structure containing the service request information (passed into the hook), including the object Identifier, Property Identifier and Array Index.
pValue
POINTER TO IEC_BACNET_PROPERTY_CONTENTS
A pointer to Property Contents containing the Property value to be placed in the reply message.