Search
Preparing search index...
The search index is not available
node-opcua-client
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
VariantT
Interface VariantT<T>
Type parameters
T
Hierarchy
Variant
VariantT
Index
Constructors
constructor
Properties
array
Type
data
Type
dimensions
schema
value
coerce
schema
Methods
clone
decode
decode
Debug
encode
is
Valid
set
Array
Type
set
Data
Type
to
String
Constructors
constructor
new
VariantT
(
options
?:
VariantOptions
)
:
VariantT
Parameters
Optional
options:
VariantOptions
Returns
VariantT
Properties
array
Type
array
Type
:
VariantArrayType
data
Type
data
Type
:
DataType
dimensions
dimensions
:
number
[]
|
null
schema
schema
:
StructuredTypeSchema
value
value
:
any
Static
coerce
coerce
:
_coerceVariant
Static
schema
schema
:
StructuredTypeSchema
Methods
clone
clone
(
)
:
Variant
Returns
Variant
decode
decode
(
stream
:
BinaryStream
)
:
void
Parameters
stream:
BinaryStream
Returns
void
decode
Debug
decode
Debug
(
stream
:
BinaryStream
, options
:
any
)
:
void
Parameters
stream:
BinaryStream
options:
any
Returns
void
encode
encode
(
stream
:
OutputBinaryStream
)
:
void
Parameters
stream:
OutputBinaryStream
Returns
void
is
Valid
is
Valid
(
)
:
boolean
Returns
boolean
set
Array
Type
set
Array
Type
(
value
:
any
)
:
void
Parameters
value:
any
Returns
void
set
Data
Type
set
Data
Type
(
value
:
any
)
:
void
Parameters
value:
any
Returns
void
to
String
to
String
(
)
:
string
Returns
string
Globals
VariantT
constructor
array
Type
data
Type
dimensions
schema
value
coerce
schema
clone
decode
decode
Debug
encode
is
Valid
set
Array
Type
set
Data
Type
to
String
Generated using
TypeDoc