uaPLUS Reference
ReadByteString(String,Int32) Method
See Also  Send Feedback
Opc.Ua Namespace > BinaryDecoder Class > ReadByteString Method : ReadByteString(String,Int32) Method

fieldName
maxByteStringLength

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Function ReadByteString( _
   ByVal fieldName As String, _
   ByVal maxByteStringLength As Integer _
) As Byte()
C# 
public byte[] ReadByteString( 
   string fieldName,
   int maxByteStringLength
)

Parameters

fieldName
maxByteStringLength

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.