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



OpcLabs.EasyOpcClassicCore 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.
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