Learn how to evaluate and integrate the VNC SDK
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 [] |
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.