Opc.Ua.Core
TakeBuffer Method



Opc.Ua.Bindings Namespace > BufferManager Class : TakeBuffer Method
The size.
The owner.
Returns a buffer with at least the specified size.
Syntax
'Declaration
 
Public Function TakeBuffer( _
   ByVal size As Integer, _
   ByVal owner As String _
) As Byte()
 
'Usage
 
Dim instance As BufferManager
Dim size As Integer
Dim owner As String
Dim value() As Byte
 
value = instance.TakeBuffer(size, owner)

Parameters

size
The size.
owner
The owner.

Return Value

The buffer content
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

BufferManager Class
BufferManager Members