Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
BindVariableOptionsVariation4
Interface BindVariableOptionsVariation4
interface
BindVariableOptionsVariation4
{
arrayType
?:
string
|
VariantArrayType
;
dataType
?:
string
|
DataType
;
dimensions
?:
null
|
number
[]
;
get
?:
undefined
;
historyRead
?:
HistoryReadFunc
;
refreshFunc
?:
(
(
callback
:
CallbackT
<
DataValue
>
)
=>
void
)
;
set
?:
undefined
;
timestamp_set
?:
undefined
;
timestamped_get
?:
undefined
;
value
?:
any
;
}
Hierarchy (
view full
)
VariantLike
BindVariableOptionsVariation4
Index
Properties
array
Type?
data
Type?
dimensions?
get?
history
Read?
refresh
Func?
set?
timestamp_
set?
timestamped_
get?
value?
Properties
Optional
array
Type
array
Type
?:
string
|
VariantArrayType
Optional
data
Type
data
Type
?:
string
|
DataType
Optional
dimensions
dimensions
?:
null
|
number
[]
Optional
get
get
?:
undefined
Optional
history
Read
history
Read
?:
HistoryReadFunc
Optional
refresh
Func
refresh
Func
?:
(
(
callback
:
CallbackT
<
DataValue
>
)
=>
void
)
Optional
set
set
?:
undefined
Optional
timestamp_
set
timestamp_
set
?:
undefined
Optional
timestamped_
get
timestamped_
get
?:
undefined
Optional
value
value
?:
any
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
array
Type
data
Type
dimensions
get
history
Read
refresh
Func
set
timestamp_
set
timestamped_
get
value
NodeOPCUA reference documentation - public API
Loading...