4.7 LogStatusNotification

The LogStatusNotification message is used by the charge point to inform the central system about the status of a log file retrieval process. This can be used to notify the central system whether the requested logs were successfully retrieved or if there was an issue.

API Syntax

Description

Input Params

Return Value

SendLogStatusNotificationRequest

This function sends a log status notification request with the specified status. The Status parameter indicates the current state of the log upload or processing operation.

void

LOG_STATUS_NOTIF_T

Example:

                    else
                    {
                        LogDebug("APP_LOG", "Selected the invalid LogStatusNotification\n");
                    }
                    (void)SendLogStatusNotificationRequest();