Opc.Ua.Core
SetOverflow Method



Opc.Ua Namespace > StatusCode Structure : SetOverflow Method
The value for the overflow bit.
Returns a copy of the status code with the overflow bit set.
Syntax
'Declaration
 
Public Function SetOverflow( _
   ByVal overflow As Boolean _
) As StatusCode
'Usage
 
Dim instance As StatusCode
Dim overflow As Boolean
Dim value As StatusCode
 
value = instance.SetOverflow(overflow)
public StatusCode SetOverflow( 
   bool overflow
)
public:
StatusCode SetOverflow( 
   bool overflow
) 

Parameters

overflow
The value for the overflow bit.

Return Value

The status code with the overflow bit set to the specified value.
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