HelloMessage Class
Constructor
HelloMessage
-
options
Parameters:
-
options
Object-
[protocolVersion]
UInt32 optionalThe latest version of the OPC UA TCP protocol supported by the Client
-
[receiveBufferSize]
UInt32 optionalThe largest message that the sender can receive.
-
[sendBufferSize]
UInt32 optionalThe largest message that the sender will send.
-
[maxMessageSize]
UInt32 optionalThe maximum size for any response message.
-
[maxChunkCount]
UInt32 optionalThe maximum number of chunks in any response message
-
[endpointUrl]
UAString optionalThe URL of the Endpoint which the Client wished to connect to.
-
Item Index
Methods
binaryStoreSize
()
Number
Calculate the required size to store this object in a binary stream.
Returns:
decode
-
stream
-
[option]
decode the object from a binary stream
Parameters:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
isValid
()
Boolean
verify that all object attributes values are valid according to schema
Returns:
toString
()
String
Returns:
Properties
endpointUrl
UAString
The URL of the Endpoint which the Client wished to connect to.
maxChunkCount
UInt32
The maximum number of chunks in any response message
maxMessageSize
UInt32
The maximum size for any response message.
protocolVersion
UInt32
The latest version of the OPC UA TCP protocol supported by the Client
receiveBufferSize
UInt32
The largest message that the sender can receive.
sendBufferSize
UInt32
The largest message that the sender will send.