Click or drag to resize

ModuleEmulator Methods

The ModuleEmulator type exposes the following members.

Methods
  NameDescription
Public methodAfterOutputs
Calls all IAfterOutputs events.
Public methodBeforeInputs
Calls all IBeforeInputs events.
Public methodComputeInputs
Public methodCopyFieldsToImage
Copies data from the Module Emulator fields into the module image.
Public methodCopyFieldsToImage(DeviceArea)
Copies data from the Module Emulator fields into the specified areas of the module image.
Public methodCopyImageToFields
Copies data from the module image into the Module Emulator fields and properties.
Public methodCopyImageToFields(DeviceArea)
Copies data from specified areas of the module image into the Module Emulator fields and properties.
Public methodStatic memberFindAuto(Object)
Find members with the AutoAttribute.
Public methodStatic memberFindAutoT(Object)
Find members with the AutoAttribute.
Public methodStatic memberFindOrInstall
Finds or installs a ModuleEmulator.
Public methodGetSystemTime
Returns the device system time.
Public methodStatic memberInstall
Installs a ModuleEmulator for a specified EDSInfo and connection point.
Public methodProcessOutputs
Calls all IProcessOutputs events.
Public methodScheduleAfter
Schedule an event.
Public methodScheduleAt
Schedule an event.
Top
See Also