Click or drag to resize

ISynchronizedIOServiceProcessIO Event

Occurs when the PLC is ready to send or receive data. So as to remain synchronized, IO should be performed in the thread raising the event.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
event Action<AccessRights> ProcessIO

Value

Type: SystemActionAccessRights
See Also