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

fieldName
maxByteStringLength

Glossary Item Box

Reads a byte string from the stream.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BinaryDecoder
Dim fieldName As String
Dim maxByteStringLength As Integer
Dim value() As Byte
 
value = instance.ReadByteString(fieldName, maxByteStringLength)
C# 
public byte[] ReadByteString( 
   string fieldName,
   int maxByteStringLength
)

Parameters

fieldName
maxByteStringLength

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.