FC_EtResultToString - General Information

Overview

Type:

Function

Available as of:

V2.5.0.0

Task

Converts an enumeration element of type ET_Result to a variable of type STRING.

Description

Using the function FC_EtResultToString, you can convert an enumeration element of type ET_Result to a variable of type STRING.

Interface

Input

Data type

Description

i_etResult

ET_Result

Enumeration element to be converted to a string.

Output

Data type

Description

q_xError

BOOL

If this output is set to TRUE, an error has been detected. Refer to ET_Result.

q_etResult

ET_Result

Result of the function execution. Refer to the ET_Result Enumeration Elements.

Return Value

Data type

Description

STRING(80)

String converted from the ET_Result element used as input value.