Search
Preparing search index...
The search index is not available
node-opcua-client
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
EndpointConfiguration
Class EndpointConfiguration
Hierarchy
ExtensionObject
EndpointConfiguration
Index
Constructors
constructor
Properties
channel
Lifetime
max
Array
Length
max
Buffer
Size
max
Byte
String
Length
max
Message
Size
max
String
Length
operation
Timeout
security
Token
Lifetime
use
Binary
Encoding
encoding
Default
Binary
encoding
Default
Xml
possible
Fields
Accessors
schema
schema
Methods
decode
encode
Constructors
constructor
new
Endpoint
Configuration
(
options
?:
EndpointConfigurationOptions
)
:
EndpointConfiguration
Parameters
Optional
options:
EndpointConfigurationOptions
Returns
EndpointConfiguration
Properties
channel
Lifetime
channel
Lifetime
:
Int32
max
Array
Length
max
Array
Length
:
Int32
max
Buffer
Size
max
Buffer
Size
:
Int32
max
Byte
String
Length
max
Byte
String
Length
:
Int32
max
Message
Size
max
Message
Size
:
Int32
max
String
Length
max
String
Length
:
Int32
operation
Timeout
operation
Timeout
:
Int32
security
Token
Lifetime
security
Token
Lifetime
:
Int32
use
Binary
Encoding
use
Binary
Encoding
:
UABoolean
Static
encoding
Default
Binary
encoding
Default
Binary
:
ExpandedNodeId
= makeExpandedNodeId(333, 0)
Static
encoding
Default
Xml
encoding
Default
Xml
:
ExpandedNodeId
= makeExpandedNodeId(332, 0)
Static
possible
Fields
possible
Fields
:
string
[]
= ["operationTimeout","useBinaryEncoding","maxStringLength","maxByteStringLength","maxArrayLength","maxMessageSize","maxBufferSize","channelLifetime","securityTokenLifetime"]
Accessors
schema
get
schema
(
)
:
StructuredTypeSchema
Returns
StructuredTypeSchema
Static
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
Globals
Endpoint
Configuration
constructor
channel
Lifetime
max
Array
Length
max
Buffer
Size
max
Byte
String
Length
max
Message
Size
max
String
Length
operation
Timeout
security
Token
Lifetime
use
Binary
Encoding
encoding
Default
Binary
encoding
Default
Xml
possible
Fields
schema
schema
decode
encode
Generated using
TypeDoc