Click or drag to resize

DriverProfileRegisterProfile Method (IOMapType, DriverProfile)

Registers a driver profile for a device given the specified IOMapType.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public static void RegisterProfile(
	IOMapType ioMapType,
	DriverProfile profile
)

Parameters

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