Preparing search index...
The search index is not available
NodeOPCUA reference documentation - public API
NodeOPCUA reference documentation - public API
node-opcua
VariantOptionsT
Interface VariantOptionsT<T, DT>
interface
VariantOptionsT
<
T
,
DT
>
{
arrayType
?:
string
|
VariantArrayType
;
dataType
:
DT
;
dimensions
?:
null
|
number
[]
;
value
:
T
;
}
Type Parameters
T
DT
extends
DataType
Hierarchy (
view full
)
VariantOptions
VariantOptionsT
Index
Properties
array
Type?
data
Type
dimensions?
value
Properties
Optional
array
Type
array
Type
?:
string
|
VariantArrayType
data
Type
data
Type
:
DT
Optional
dimensions
dimensions
?:
null
|
number
[]
value
value
:
T
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
array
Type
data
Type
dimensions
value
NodeOPCUA reference documentation - public API
Loading...