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
BACnetWritePropMultipleErrorCbCompletion
Input
phTransaction
POINTER TO BYTE
The handle recived in the hook callback function which identifies the current request in the API’s internal transaction state machine.
errClass
Variable to hold BACnet Error Class information.
errCode
Variable to hold BACnet Error Coxde information.
pFirstFailed
POINTER 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.