Click or drag to resize

DriverProfileRegisterProfile Method (EDSInfo, EDSMask, DriverProfile)

Registers a driver profile for a device given the specified EDS info.

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,
	DriverProfile profile
)

Parameters

edsInfo
Type: Demo3D.PLC.Comms.CPFEDSInfo
The EDS info for the device.
edsMask
Type: Demo3D.PLC.Comms.CPFEDSMask
EDS mask to match.
profile
Type: Demo3D.PLC.Rockwell.EmulatorDriverProfile
The driver profile.

Return Value

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