NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua
encodeArray
Function encodeArray
encodeArray
<
T
>
(
arr
:
T
[]
|
null
,
stream
:
OutputBinaryStream
,
encodeElementFunc
:
(
value
:
T
,
stream
:
OutputBinaryStream
)
=>
void
,
)
:
void
Type Parameters
T
Parameters
arr
:
T
[]
|
null
the array to encode.
stream
:
OutputBinaryStream
the stream.
encodeElementFunc
:
(
value
:
T
,
stream
:
OutputBinaryStream
)
=>
void
The function to encode a single array element.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...
the array to encode.