Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

ImmutableDataBuffer

class ImmutableDataBuffer

An immutable DataBuffer, owned by the SDK.

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

Method summary

Modifier and Type Method and Description
Byte []

ImmutableDataBuffer.GetData()

Gets the data contained in the buffer.

Methods

Byte[] ImmutableDataBuffer.GetData ()

Gets the data contained in the buffer.

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

×