Opc.Ua.Core
CloseAndReturnBuffer Method



Opc.Ua Namespace > BinaryEncoder Class : CloseAndReturnBuffer Method
Completes writing and returns the buffer (if available).
Syntax
'Declaration
 
Public Function CloseAndReturnBuffer() As Byte()
'Usage
 
Dim instance As BinaryEncoder
Dim value() As Byte
 
value = instance.CloseAndReturnBuffer()
public byte[] CloseAndReturnBuffer()
public:
array<byte>^ CloseAndReturnBuffer(); 
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

BinaryEncoder Class
BinaryEncoder Members