Click or drag to resize

IAcyclicService Interface

A service for responding to acyclic events.

Namespace:  Demo3D.PLC.Siemens.Acyclic
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public interface IAcyclicService

The IAcyclicService type exposes the following members.

Events
  NameDescription
Public eventOnRecordRead
Raised when the PLC wants to read from an acyclic record. For RPC use.
Public eventOnRecordWrite
Raised when the PLC wants to write to an acyclic record. For RPC use.
Top
See Also