Click or drag to resize

DriverProfileRegisterProfile Method (EDSInfo, EDSMask, IOMapType, DriverProfile)

Registers 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 void RegisterProfile(
	EDSInfo? edsInfo,
	EDSMask edsMask,
	IOMapType ioMapType,
	DriverProfile profile
)

Parameters

edsInfo
Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDS info for the device (or null to match all).
edsMask
Type: Demo3D.PLC.Comms.CPFEDSMask
EDS mask to match.
ioMapType
Type: Demo3D.PLC.Rockwell.Comms.CIPIOMapType
The IO Map type.
profile
Type: Demo3D.PLC.Rockwell.EmulatorDriverProfile
The driver profile.

Return Value

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