EasyUA Reference
WriteRawBytes Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BinaryEncoder Class : WriteRawBytes Method

buffer
offset
count

Glossary Item Box

Writes raw bytes to the stream.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BinaryEncoder
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
 
instance.WriteRawBytes(buffer, offset, count)
C# 
public void WriteRawBytes( 
   byte[] buffer,
   int offset,
   int count
)

Parameters

buffer
offset
count

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.