Click or drag to resize

DriverProfileFindDeviceProfile Method

Finds a driver profile for a device given the specified EDS info and IOMapType.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public static DriverProfile? FindDeviceProfile(
	EDSInfo? edsInfo = null,
	EDSMask edsMask = EDSMask.Exact,
	IOMapType ioMapType = IOMapType.Unknown
)

Parameters

edsInfo (Optional)
Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDS info for the device (or null).
edsMask (Optional)
Type: Demo3D.PLC.Comms.CPFEDSMask
The EDS mask to compare.
ioMapType (Optional)
Type: Demo3D.PLC.Rockwell.Comms.CIPIOMapType
The IO Map type (or zero).

Return Value

Type: DriverProfile
A driver profile for a device (or null).
See Also