Constructs a SymbolIO.
Namespace: Demo3D.PLC.Rockwell.Comms.CIPAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic SymbolIO(
DeviceAreaProperties area,
int symbolModuleOffset,
int moduleIOOffset,
IOEntry? ioEntry
)
Parameters
- area DeviceAreaProperties
- The device area.
- symbolModuleOffset Int32
- The offset of the associated symbol data in the module data.
- moduleIOOffset Int32
- The offset of the module data in the IO data.
- ioEntry IOEntry
- The module IO Map entry.
See Also