Opc.Ua.Core
WriteUInt64Array Method (BinaryEncoder)



Opc.Ua Namespace > BinaryEncoder Class : WriteUInt64Array Method
Writes a ulong array to the stream.
Syntax
'Declaration
 
Public Sub WriteUInt64Array( _
   ByVal fieldName As String, _
   ByVal values As IList(Of ULong) _
) 
'Usage
 
Dim instance As BinaryEncoder
Dim fieldName As String
Dim values As IList(Of ULong)
 
instance.WriteUInt64Array(fieldName, values)
public void WriteUInt64Array( 
   string fieldName,
   IList<ulong> values
)
public:
void WriteUInt64Array( 
   String^ fieldName,
   IList<ulong>^ values
) 

Parameters

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