Delete Method

Overview

Type:

Method

Available as of:

V1.1.2.0

Functional Description

This method is used to delete the selected certificate from the controller.

Execute the method until one of the outputs q_xError or q_xDone indicates TRUE. Verify the value of the property Result to get further information about the result of the execution of the method.

The return value of this function indicates whether the certificate has been deleted.

Interface

Input

Data type

Description

i_timTimeout

TIME (TIME#10s0ms)

Timeout for the operation. If the specified time expires during execution, the process is aborted. This is an optional input. If it is not assigned or a value less than T#10s is specified, the timeout is set to 10 seconds.

Return value

Data type

Description

Delete

BOOL

If this output is set to TRUE, the certificate has been deleted.

Output

Data type

Description

q_xDone

BOOL

If this output is set to TRUE, the execution has been completed successfully.

q_xBusy

BOOL

If this output is set to TRUE, the function block execution is in progress.

q_xError

BOOL

If this output is set to TRUE, an error has been detected. For details, refer to q_etResult and q_etResultMsg.