T_LinkedListEntry
Variables of this type represent a node/element of a linked list.
TYPE T_LinkedListEntry :
STRUCT
    value : PVOID := 0;
END_STRUCT
END_TYPEValue  | Meaning  | 
|---|---|
value  | Value (may be 32/64-bit unsigned number or 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)  |