ModuleEmulator Methods |
The ModuleEmulator type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterOutputs |
Calls all IAfterOutputs events.
| |
| BeforeInputs |
Calls all IBeforeInputs events.
| |
| ComputeInputs |
Calls all ComputeInputs events.
| |
| CopyFieldsToImage |
Copies data from the Module Emulator fields into the module image.
| |
| CopyFieldsToImage(DeviceArea) |
Copies data from the Module Emulator fields into the specified areas of the module image.
| |
| CopyImageToFields |
Copies data from the module image into the Module Emulator fields and properties.
| |
| CopyImageToFields(DeviceArea) |
Copies data from specified areas of the module image into the Module Emulator fields and properties.
| |
| FindAuto(Object) |
Find members with the AutoAttribute.
| |
| FindAutoT(Object) |
Find members with the AutoAttribute.
| |
| FindOrInstall |
Finds or installs a ModuleEmulator.
| |
| GetSystemTime |
Returns the device system time.
| |
| Install |
Installs a ModuleEmulator for a specified EDSInfo and connection point.
| |
| ProcessOutputs |
Calls all IProcessOutputs events.
| |
| ScheduleAfter |
Schedule an event.
| |
| ScheduleAt |
Schedule an event.
|