OPC Labs EasyOPC-UA Library
UALimitInfo Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UALimitInfo Enumeration
Description
Flags that are set to indicate the limit status of the value.

 

UUID: 12813c32-5bff-47b8-bc64-2d9579820076

 

For more information, see UALimitInfo in .NET Reference.

Members
MemberValueDescription
UALimitInfo_Constant3The value is constant and cannot change.
UALimitInfo_High2The value is at the higher limit for the data source.
UALimitInfo_Low1The value is at the lower limit for the data source.
UALimitInfo_None0The value is free to change.
Remarks

For remarks, see UALimitInfo in .NET Reference.

Example

For examples, see UALimitInfo in .NET Reference.