NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
VariableAttributesOptions
Interface VariableAttributesOptions
interface
VariableAttributesOptions
{
accessLevel
?:
number
;
arrayDimensions
?:
number
[]
|
null
;
dataType
?:
NodeIdLike
|
null
;
description
?:
LocalizedTextLike
|
null
;
displayName
?:
LocalizedTextLike
|
null
;
historizing
?:
boolean
;
minimumSamplingInterval
?:
number
;
specifiedAttributes
?:
number
;
userAccessLevel
?:
number
;
userWriteMask
?:
number
;
value
?:
VariantOptions
|
null
;
valueRank
?:
number
;
writeMask
?:
number
;
}
Hierarchy (
View Summary
)
NodeAttributesOptions
VariableAttributesOptions
Index
Properties
access
Level?
array
Dimensions?
data
Type?
description?
display
Name?
historizing?
minimum
Sampling
Interval?
specified
Attributes?
user
Access
Level?
user
Write
Mask?
value?
value
Rank?
write
Mask?
Properties
Optional
access
Level
accessLevel
?:
number
Optional
array
Dimensions
arrayDimensions
?:
number
[]
|
null
Optional
data
Type
dataType
?:
NodeIdLike
|
null
Optional
description
description
?:
LocalizedTextLike
|
null
Optional
display
Name
displayName
?:
LocalizedTextLike
|
null
Optional
historizing
historizing
?:
boolean
Optional
minimum
Sampling
Interval
minimumSamplingInterval
?:
number
Optional
specified
Attributes
specifiedAttributes
?:
number
Optional
user
Access
Level
userAccessLevel
?:
number
Optional
user
Write
Mask
userWriteMask
?:
number
Optional
value
value
?:
VariantOptions
|
null
Optional
value
Rank
valueRank
?:
number
Optional
write
Mask
writeMask
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
access
Level
array
Dimensions
data
Type
description
display
Name
historizing
minimum
Sampling
Interval
specified
Attributes
user
Access
Level
user
Write
Mask
value
value
Rank
write
Mask
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...