Search
Preparing search index...
The search index is not available
node-opcua-mono-repo
Support
Backers
Options
All
Public
Public/Protected
All
Inherited
Menu
DynamicExtensionObject
Globals
Class DynamicExtensionObject
Hierarchy
ExtensionObject
DynamicExtensionObject
Constructors
constructor
Properties
possibleFields
schema
Accessors
schema
Methods
decode
encode
toJSON
Constructors
constructor
new
Dynamic
Extension
Object
(
options
:
any
, schema
:
StructuredTypeSchema
, factory
:
DataTypeFactory
)
:
DynamicExtensionObject
Parameters
options:
any
schema:
StructuredTypeSchema
factory:
DataTypeFactory
Returns
DynamicExtensionObject
Properties
Static
possible
Fields
possible
Fields
:
string
[]
= []
Static
schema
schema
:
StructuredTypeSchema
= ExtensionObject.schema
Accessors
schema
get
schema
(
)
:
StructuredTypeSchema
Returns
StructuredTypeSchema
Methods
decode
decode
(
stream
:
BinaryStream
)
:
void
Parameters
stream:
BinaryStream
Returns
void
encode
encode
(
stream
:
OutputBinaryStream
)
:
void
Parameters
stream:
OutputBinaryStream
Returns
void
toJSON
toJSON
(
)
:
any
Returns
any
Dynamic
Extension
Object
constructor
possible
Fields
schema
schema
decode
encode
toJSON
Generated using
TypeDoc