Click or drag to resize

IOEntryExtensionsAll Method

All entries in the IO tree.

Namespace:  Demo3D.PLC.Rockwell.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public static IEnumerable<IOEntry> All(
	this IOEntry entry
)

Parameters

entry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
Starting from the specified entry.

Return Value

Type: IEnumerableIOEntry
All entries in the IO tree.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IOEntry. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also