T_Arg

Argument type for string format functions/function blocks.

TYPE T_Arg :
STRUCT
    eType : E_ArgType := ARGTYPE_UNKNOWN;
    cbLen : UDINT     := 0;
    pData : PVOID     := 0;
END_STRUCT
END_TYPE

Value

Meaning

eType

Data type identifier (type: E_ArgType).

cbLen

Number of bytes allocated in the memory.

pData

Address pointer

Requirements

Development environment

Target platform

PLC libraries to be integrated (category group)

TwinCAT v3.1.0

PC or CX (x86, x64, Arm®)

Tc2_Utilities (System)