AccessRights Enumeration |
Namespace: Demo3D.PLC.Comms
[FlagsAttribute] public enum AccessRights
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | No access or unknown access. | |
| ReadFromPLC | 1 | Demo3D can read; PLC writes. | |
| WriteToPLC | 2 | Demo3D can write; PLC reads. | |
| Bidirectional | 3 | Demo3D can read and write to the PLC. |