Learn how to evaluate and integrate the VNC SDK
 
          DataBuffer¶
- 
class DataBuffer¶
- Buffer containing data managed by the SDK. - For more information, see - vnc_DataBufferin the C API documentation.
Inherits¶
Implements¶
Constructor summary
| Modifier and Type | Method and Description | 
|---|---|
| 
 Creates a data buffer containing a copy of the given data. | 
Method summary
| Modifier and Type | Method and Description | 
|---|---|
| void | 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.