Click or drag to resize

ModuleEmulatorImageReaderLock Structure

Locks the module emulator logic lock and prepares access to read data from the specified device areas in the module image.

Namespace:  Demo3D.PLC.Rockwell.Emulator
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public readonly struct ImageReaderLock : IDisposable

The ModuleEmulatorImageReaderLock type exposes the following members.

Constructors
  NameDescription
Public methodModuleEmulatorImageReaderLock
Locks the module emulator logic lock and copies data into the module emulator from the module image ready for reading.
Top
Methods
  NameDescription
Public methodDispose
Flushes data from the module emulator out to the module image and unlock the logic lock.
Top
See Also