IConstructEmulatorConstruct Method |
Namespace: Demo3D.PLC.Rockwell.Emulator.ModuleEmulators
void Construct( MessageRouter module, IComponentLogger? logger )
Will be called before the PLC connects to the device. Where there are multiple instances of this interface, the order of execution of events is strictly defined. See ExecutionOrderAttribute for details.
May be called in any thread.