Click or drag to resize

ModuleEmulatorDriverProfileKey Constructor (EDSInfo, EDSMask, Int64, ValueTupleDeviceArea, UInt32)

Constructs a DriverProfileKey for indentifying a module.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 16.01.07
Syntax
C#
public DriverProfileKey(
	EDSInfo edsInfo,
	EDSMask edsMask,
	long configId = -1,
	params (DeviceArea , uint )[] connection
)

Parameters

edsInfo
Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDSInfo of the module.
edsMask
Type: Demo3D.PLC.Comms.CPFEDSMask
The EDSInfo mask.
configId (Optional)
Type: SystemInt64
The configuration id.
connection
Type: SystemValueTupleDeviceArea, UInt32
Device area and assembly id of the connection.
See Also