BACnetAuditWriteGroup (FUN)
FUNCTION BACnetAuditWriteGroup : IEC_BACNET_STATUS
Sends an unconfirmed WriteGroup request.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetAuditWriteGroupInput
pSourceAddressPOINTER TO IEC_BACNET_ADDRESS
If the BACnet application has only one device constructed and installed, this can be NULL. In this case the MAC address of this device will be used. Otherwise this shall be the MAC address returned on device object construction.
pDestinationAddressPOINTER TO IEC_BACNET_ADDRESS
This is the MAC address of the device to which the request should be sent.
pServiceInfoPOINTER TO IEC_BACNET_WRITE_GROUP_INFO
A pointer to a data structure which contains all service parameters this service provides and the application needs to process.
pValueSrcPOINTER TO IEC_BACNET_AUDIT_VALUE_SOURCE
A pointer to a data structure which contains the value source information for generating an logged and/or reported audit notification for this initiated request. This is an optional parameter and may be set to NULL. In this case a default value is used to fill the audit log entry.