EasyUA Reference
SetStatusCode Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeState Class : SetStatusCode Method

context
The context.
statusCode
The status code.
timestamp
The time stamp. Not updated if set to DateTime.Min

Glossary Item Box

Recursively sets the status code and time stamp for the node and all child variables.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As NodeState
Dim context As ISystemContext
Dim statusCode As StatusCode
Dim timestamp As Date
 
instance.SetStatusCode(context, statusCode, timestamp)
C# 
public virtual void SetStatusCode( 
   ISystemContext context,
   StatusCode statusCode,
   DateTime timestamp
)

Parameters

context
The context.
statusCode
The status code.
timestamp
The time stamp. Not updated if set to DateTime.Min

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.