Opc.Ua.Core
UpdateChangeMasks Method



Opc.Ua Namespace > NodeState Class : UpdateChangeMasks Method
Sets the specified bits in the change masks (ORs with the current bits).
Syntax
'Declaration
 
Public Sub UpdateChangeMasks( _
   ByVal changeMasks As NodeStateChangeMasks _
) 
'Usage
 
Dim instance As NodeState
Dim changeMasks As NodeStateChangeMasks
 
instance.UpdateChangeMasks(changeMasks)
public void UpdateChangeMasks( 
   NodeStateChangeMasks changeMasks
)
public:
void UpdateChangeMasks( 
   NodeStateChangeMasks changeMasks
) 

Parameters

changeMasks
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members