BACnetCancelPendingConfirmedRequest (FUN)ΒΆ
FUNCTION BACnetCancelPendingConfirmedRequest : IEC_BACNET_STATUS
BACnet applications can cancel pending confirmed transactions by calling this rutine.
This function can be used by an BACnet application to cancel pending confirmed transactions directly which would take a long time to terminate if they would terminate by normal APDU retries and timeouts. If the application cancels such an transaction the transactions completion function <b>WILL NOT BE CALLED</b>.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetCancelPendingConfirmedRequest
Input
pTransactionToken
POINTER TO BACnetAsyncTransactionToken
Transaction token of the asynchronous call - see BACnetAsyncTransactionToken.