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
eType: Data type ID (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) |