Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
VariantId
Globals
Class VariantId
Hierarchy
Variant
VariantId
Constructors
constructor
Properties
arrayType
dataType
dimensions
id
schema
value
coerce
schema
Methods
clone
decode
decodeDebug
encode
isValid
toString
Constructors
constructor
new
Variant
Id
(
value
:
boolean
, valueString
:
string
)
:
VariantId
Parameters
value:
boolean
valueString:
string
Returns
VariantId
Properties
array
Type
array
Type
:
VariantArrayType
data
Type
data
Type
:
DataType
dimensions
dimensions
:
number
[]
|
null
id
id
:
TVariant
<
boolean
>
schema
schema
:
StructuredTypeSchema
value
value
:
any
Static
coerce
coerce
:
typeof _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
to
String
to
String
(
)
:
string
Returns
string
Variant
Id
constructor
array
Type
data
Type
dimensions
id
schema
value
coerce
schema
clone
decode
decode
Debug
encode
is
Valid
to
String
Generated using
TypeDoc