uaPLUS Reference
WriteUInt16Array Method
See Also  Send Feedback
Opc.Ua Namespace > BinaryEncoder Class : WriteUInt16Array Method

fieldName
values

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub WriteUInt16Array( _
   ByVal fieldName As String, _
   ByVal values As IList(Of UShort) _
) 
C# 
public void WriteUInt16Array( 
   string fieldName,
   IList<ushort> values
)

Parameters

fieldName
values

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.