SendSecurityEventNotification
With this method, an OCPP client sends a Security Event Notification to the corresponding OCPP server. The response from the OCPP server is processed directly within the method.
Syntax
METHOD SendSecurityEventNotification : BOOL
VAR_INPUT
nTimestamp : ULINT;
sType : STRING(63);
sInfo : STRING(255) := '';
END_VAR
Return value
Name | Type | Description |
---|---|---|
SendDiagnosticsStatusNotification | BOOL | The method returns the return value TRUE if the call was successful. A method call is also considered successfully completed in the event of an error. |
Inputs
Name | Type | Description |
---|---|---|
nTimestamp | ULINT | Date and time when the Security Event occurs. |
sType | STRING(63) | Type of the Security Event. |
sInfo | STRING(255) | Optionally contains additional information about the Security Event that has occurred. |
Possible errors are output at the outputs bError and hrErrorCode of the function block instance.