OPC Labs EasyOPC “Classic” Library
DAAccessRights Enumeration
OpcLabs_EasyOpcClassic ActiveX DLL : DAAccessRights Enumeration
Description
Contains pre-defined constants of DAAccessRight internal values.

 

UUID: 0671a4e1-ef9c-4819-a717-5807aa9a1f18

 

For more information, see DAAccessRights in .NET Reference.

Members
MemberValueDescription
DAAccessRights_Both3The client can read and change the data item's value.
DAAccessRights_None0The client cannot read or change the data item's value.
DAAccessRights_Readable1The client can read the data item's value.
DAAccessRights_Writable2The client can change the data item's value.
Remarks

For remarks, see DAAccessRights in .NET Reference.

Example

For examples, see DAAccessRights in .NET Reference.