DriverProfile Class |
Namespace: Demo3D.PLC.Rockwell.Emulator
public abstract class DriverProfile
The DriverProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| DriverProfile | Initializes a new instance of the DriverProfile class |
| Name | Description | |
|---|---|---|
| CreateDeviceEmulator |
Create a device emulator.
| |
| FindDeviceProfile |
Finds a driver profile for a device given the specified EDS info and IOMapType.
| |
| GetDeviceProfile |
Gets a driver profile for a device given the specified EDS info and IOMapType.
| |
| RegisterProfile(IOMapType, DriverProfile) |
Registers a driver profile for a device given the specified IOMapType.
| |
| RegisterProfile(EDSInfo, EDSMask, DriverProfile) |
Registers a driver profile for a device given the specified EDS info.
| |
| RegisterProfile(EDSInfo, EDSMask, IOMapType, DriverProfile) |
Registers a driver profile for a device given the specified EDS info and IOMapType.
| |
| UnregisterProfile |
Unregisters a profile.
|
| Name | Description | |
|---|---|---|
| OnAddSymbols |
Occurs when the PLC symbol table is read.
| |
| OnRegistrationChanged |
Occurs when the driver profile registration changes.
|