Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DataBuffer

class DataBuffer

Buffer containing data managed by the SDK.

For more information, see vnc_DataBuffer in the C API documentation.

Implements

Constructor summary

Modifier and Type Method and Description

DataBuffer(Byte data)

Creates a data buffer containing a copy of the given data.

Method summary

Modifier and Type Method and Description
void

DataBuffer.Dispose()

Destroys the data buffer.

Constructors

DataBuffer (Byte[] data)

Creates a data buffer containing a copy of the given data.

For more information, see vnc_DataBuffer_create() in the C API documentation.

Methods

void DataBuffer.Dispose ()

Destroys the data buffer.

For more information, see vnc_DataBuffer_destroy() in the C API documentation.

×