Click or drag to resize

DriverProfile Class

Represents a driver for a CIP Class 1 device or module.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.EmulatorDriverProfile

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract class DriverProfile

The DriverProfile type exposes the following members.

Constructors
  NameDescription
Protected methodDriverProfile
Initializes a new instance of the DriverProfile class
Top
Methods
  NameDescription
Public methodCreateDeviceEmulator
Create a device emulator.
Public methodStatic memberFindDeviceProfile
Finds a driver profile for a device given the specified EDS info and IOMapType.
Public methodStatic memberGetDeviceProfile
Gets a driver profile for a device given the specified EDS info and IOMapType.
Public methodStatic memberRegisterProfile(IOMapType, DriverProfile)
Registers a driver profile for a device given the specified IOMapType.
Public methodStatic memberRegisterProfile(EDSInfo, EDSMask, DriverProfile)
Registers a driver profile for a device given the specified EDS info.
Public methodStatic memberRegisterProfile(EDSInfo, EDSMask, IOMapType, DriverProfile)
Registers a driver profile for a device given the specified EDS info and IOMapType.
Public methodStatic memberUnregisterProfile
Unregisters a profile.
Top
Events
  NameDescription
Public eventOnAddSymbols
Occurs when the PLC symbol table is read.
Public eventStatic memberOnRegistrationChanged
Occurs when the driver profile registration changes.
Top
See Also