Click or drag to resize

DeviceDefinitionAdapterConfiguration Method

Find the configuration of an adpater device.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public virtual AdapterConfiguration? AdapterConfiguration(
	IOEntry deviceEntry,
	int numSlots
)

Parameters

deviceEntry
Type: Demo3D.PLC.Rockwell.Comms.CIPIOEntry
The IO entry for the device directly connected to the PLC.
numSlots
Type: SystemInt32
The number of slots in the rack (or -1 if not known).

Return Value

Type: AdapterConfiguration

[Missing <returns> documentation for "M:Demo3D.PLC.Rockwell.Emulator.DeviceDefinition.AdapterConfiguration(Demo3D.PLC.Rockwell.Comms.CIP.IOEntry,System.Int32)"]

See Also