BACnetWritePropMultipleErrorCbCompletion (FUN)
FUNCTION BACnetWritePropMultipleErrorCbCompletion : IEC_BACNET_STATUS
Sends a WritePropertyMultiple error.
Completes a Write-Property-Multiple hook by generating a Write-Property-Multiple-Error reply. This is a service completion routine.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetWritePropMultipleErrorCbCompletionInput
phTransactionPOINTER TO BYTE
The handle recived in the hook callback function which identifies the current request in the API’s internal transaction state machine.
errClassVariable to hold BACnet Error Class information.
errCodeVariable to hold BACnet Error Coxde information.
pFirstFailedPOINTER TO IEC_BACNET_OBJ_PROP_REFERENCE
A pointer to memory in which the API stores in case of some error the reference of the first element which could not be processed. This argument may be NULL.