Click or drag to resize

StringI Constructor (ListStringIStringData)

Constructs a StringI.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public StringI(
	List<StringIStringData> strings
)

Parameters

strings
Type: System.Collections.GenericListStringIStringData
The strings.
See Also