Opc.Ua.Core
ReadEnumerated Method (IDecoder)



Opc.Ua Namespace > IDecoder Interface : ReadEnumerated Method
Reads an enumerated value from the stream.
Syntax
'Declaration
 
Function ReadEnumerated( _
   ByVal fieldName As String, _
   ByVal enumType As Type _
) As Enum
'Usage
 
Dim instance As IDecoder
Dim fieldName As String
Dim enumType As Type
Dim value As Enum
 
value = instance.ReadEnumerated(fieldName, enumType)
Enum ReadEnumerated( 
   string fieldName,
   Type enumType
)
Enum^ ReadEnumerated( 
   String^ fieldName,
   Type^ enumType
) 

Parameters

fieldName
enumType
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

IDecoder Interface
IDecoder Members