Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua-types
WriteValueOptions
Interface WriteValueOptions
interface
WriteValueOptions
{
attributeId
?:
number
;
indexRange
?:
NumericRange
;
nodeId
?:
null
|
NodeIdLike
;
value
?:
null
|
DataValueLike
;
}
Index
Properties
attribute
Id?
index
Range?
node
Id?
value?
Properties
Optional
attribute
Id
attribute
Id
?:
number
Optional
index
Range
index
Range
?:
NumericRange
Optional
node
Id
node
Id
?:
null
|
NodeIdLike
Optional
value
value
?:
null
|
DataValueLike
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attribute
Id
index
Range
node
Id
value
NodeOPCUA reference documentation - public API
Loading...