EasyUA Reference
AccessLevels Class Members
See Also  Fields  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace : AccessLevels Class

Glossary Item Box

The following tables list the members exposed by AccessLevels.

Public Fields

 NameDescription
Public FieldCurrentRead The current value of the Variable may be read.  
Public FieldCurrentReadOrWrite The current value of the Variable may be read or written.  
Public FieldCurrentWrite The current value of the Variable may be written.  
Public FieldHistoryRead The history for the Variable may be read.  
Public FieldHistoryReadOrWrite The history value of the Variable may be read or updated.  
Public FieldHistoryWrite The history for the Variable may be updated.  
Public FieldNone The Variable value cannot be accessed and has no event history.  
Public FieldSemanticChange Indicates if the Variable generates SemanticChangeEvents when its value changes.  
Public FieldStatusWrite Indicates if the current StatusCode of the value is writable.  
Public FieldTimestampWrite Indicates if the current SourceTimestamp is writable.  
Top

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.