EasyUA Reference
Save(ISystemContext,BinaryEncoder,AttributesToSave) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ReferenceTypeState Class > Save Method : Save(ISystemContext,BinaryEncoder,AttributesToSave) Method

context
The context user.
encoder
The encoder to write to.
attributesToSave
The masks indicating what attributes to write.

Glossary Item Box

Saves object in an binary stream.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ReferenceTypeState
Dim context As ISystemContext
Dim encoder As BinaryEncoder
Dim attributesToSave As NodeState.AttributesToSave
 
instance.Save(context, encoder, attributesToSave)

Parameters

context
The context user.
encoder
The encoder to write to.
attributesToSave
The masks indicating what attributes to write.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.