BACnetCreateObjectResponseCbCompletion (FUN)ΒΆ
FUNCTION BACnetCreateObjectResponseCbCompletion : IEC_BACNET_STATUS
Sends a CreateObject response.
Completes a Create-Object hook by generating a Create-Object-ACK reply. This is a hook completion routine. All confirmed service hooks must 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 - BACnetCreateObjectResponseCbCompletion- A status indicating if the operation worked. - Input - phTransaction- POINTER TO BYTE - Transaction State Machine (TSM) handle for the request to be processed by the hook. - pObjectID- POINTER TO IEC_BACNET_OBJECT_ID - A pointer to the memory block to convey the Object Identifier of a newly created object. 
