BACnetSrvcIgnoreCbCompletion
(FUN)
FUNCTION BACnetSrvcIgnoreCbCompletion : IEC_BACNET_STATUS
Destroys the given transaction without any response
Completes a hook without generating any BACnet reply messages. This is a hook completion routine. All confirmed service hooks must call a response or error completion routine to perform transaction clean-up. This completion routine is required by special applications that need to ignore requests directed to Addresses on their virtual BACnet network which don’t correspond to active Devices. The hook completion routine frees all resources it uses.
- InOut:
Scope
Name
Type
Comment
Return
BACnetSrvcIgnoreCbCompletion
A status indicating whether the operation worked.
Input
phTransaction
POINTER TO BYTE
Transaction State Machine (TSM) handle for the request processed by the hook.