Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-types
PublishedVariableDataTypeOptions
Interface PublishedVariableDataTypeOptions
interface
PublishedVariableDataTypeOptions
{
attributeId
?:
number
;
deadbandType
?:
number
;
deadbandValue
?:
number
;
indexRange
?:
NumericRange
;
metaDataProperties
?:
null
|
(
null
|
QualifiedNameLike
)
[]
;
publishedVariable
?:
null
|
NodeIdLike
;
samplingIntervalHint
?:
number
;
substituteValue
?:
null
|
VariantOptions
;
}
Index
Properties
attribute
Id?
deadband
Type?
deadband
Value?
index
Range?
meta
Data
Properties?
published
Variable?
sampling
Interval
Hint?
substitute
Value?
Properties
Optional
attribute
Id
attribute
Id
?:
number
Optional
deadband
Type
deadband
Type
?:
number
Optional
deadband
Value
deadband
Value
?:
number
Optional
index
Range
index
Range
?:
NumericRange
Optional
meta
Data
Properties
meta
Data
Properties
?:
null
|
(
null
|
QualifiedNameLike
)
[]
Optional
published
Variable
published
Variable
?:
null
|
NodeIdLike
Optional
sampling
Interval
Hint
sampling
Interval
Hint
?:
number
Optional
substitute
Value
substitute
Value
?:
null
|
VariantOptions
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attribute
Id
deadband
Type
deadband
Value
index
Range
meta
Data
Properties
published
Variable
sampling
Interval
Hint
substitute
Value
NodeOPCUA reference documentation - public API
Loading...