BACnetCancelPendingConfirmedRequest (FUN)ΒΆ
FUNCTION BACnetCancelPendingConfirmedRequest : IEC_BACNET_STATUS
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>.
- InOut:
- Scope - Name - Type - Comment - Return - BACnetCancelPendingConfirmedRequest- Input - pTransactionToken- POINTER TO BACnetAsyncTransactionToken - Transaction token of the asynchronous call - see BACnetAsyncTransactionToken. 
