Opc.Ua.Core
WriteEncodeableArray Method (BinaryEncoder)



Opc.Ua Namespace > BinaryEncoder Class : WriteEncodeableArray Method
Writes an encodeable object array to the stream.
Syntax
'Declaration
 
Public Sub WriteEncodeableArray( _
   ByVal fieldName As String, _
   ByVal values As IList(Of IEncodeable), _
   ByVal systemType As Type _
) 
'Usage
 
Dim instance As BinaryEncoder
Dim fieldName As String
Dim values As IList(Of IEncodeable)
Dim systemType As Type
 
instance.WriteEncodeableArray(fieldName, values, systemType)
public void WriteEncodeableArray( 
   string fieldName,
   IList<IEncodeable> values,
   Type systemType
)
public:
void WriteEncodeableArray( 
   String^ fieldName,
   IList<IEncodeable^>^ values,
   Type^ systemType
) 

Parameters

fieldName
values
systemType
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

BinaryEncoder Class
BinaryEncoder Members