Click or drag to resize

AccessRights Enumeration

Whether a data item can be read or written.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
[FlagsAttribute]
public enum AccessRights
Members
  Member nameValueDescription
Unknown0 No access or unknown access.
ReadFromPLC1 Demo3D can read; PLC writes.
WriteToPLC2 Demo3D can write; PLC reads.
Bidirectional3 Demo3D can read and write to the PLC.
See Also