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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAQuality Class : ToInt32 Method
A quality to be converted."
Converts the quality to an integer.
Syntax
'Declaration
 
Public Shared Function ToInt32( _
   ByVal quality As DAQuality _
) As Integer
'Usage
 
Dim quality As DAQuality
Dim value As Integer
 
value = DAQuality.ToInt32(quality)
public static int ToInt32( 
   DAQuality quality
)
public:
static int ToInt32( 
   DAQuality^ quality
) 

Parameters

quality
A quality to be converted."

Return Value

Returns a bit-coded integer that corresponds to the quality.
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