NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-service-write
WriteValueOptions
Interface WriteValueOptions
interface
WriteValueOptions
{
attributeId
?:
number
;
indexRange
?:
NumericRange
;
nodeId
?:
NodeIdLike
|
null
;
value
?:
DataValueLike
|
null
;
}
Index
Properties
attribute
Id?
index
Range?
node
Id?
value?
Properties
Optional
attribute
Id
attributeId
?:
number
Optional
index
Range
indexRange
?:
NumericRange
Optional
node
Id
nodeId
?:
NodeIdLike
|
null
Optional
value
value
?:
DataValueLike
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
attribute
Id
index
Range
node
Id
value
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...