QuickOPC User's Guide and Reference
ResetStatusCode Method (UADataValue)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UADataValue Class : ResetStatusCode Method
Sets the StatusCode back to its default.
Syntax
'Declaration
 
Protected Sub ResetStatusCode() 
'Usage
 
Dim instance As UADataValue
 
instance.ResetStatusCode()
protected void ResetStatusCode()
protected:
void ResetStatusCode(); 
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also