QuickOPC User's Guide and Reference
FromInt32 Method (DAQuality)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAQuality Class : FromInt32 Method
An integer that represent the bit-coded quality."
Converts an integer to a quality.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function FromInt32( _
   ByVal value As Integer _
) As DAQuality
'Usage
 
Dim value As Integer
Dim value As DAQuality
 
value = DAQuality.FromInt32(value)
[NotNull()]
public static DAQuality FromInt32( 
   int value
)
[NotNull()]
public:
static DAQuality^ FromInt32( 
   int value
) 

Parameters

value
An integer that represent the bit-coded quality."

Return Value

Returns the quality that corresponds to the integer.
Requirements

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

See Also

Reference

DAQuality Class
DAQuality Members