Opc.Ua.Core
IsNotBad Method (StatusCode)



Opc.Ua Namespace > StatusCode Structure : IsNotBad Method
The code to check
Returns true if the status is good or uncertain.
Syntax
'Declaration
 
Public Shared Function IsNotBad( _
   ByVal code As StatusCode _
) As Boolean
'Usage
 
Dim code As StatusCode
Dim value As Boolean
 
value = StatusCode.IsNotBad(code)
public static bool IsNotBad( 
   StatusCode code
)
public:
static bool IsNotBad( 
   StatusCode code
) 

Parameters

code
The code to check
Remarks
Returns true if the status is good or uncertain.
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

StatusCode Structure
StatusCode Members