open3d.io.rpc.BufferConnection¶
- class open3d.io.rpc.BufferConnection¶
A connection writing to a memory buffer.
- __init__(self: open3d.io.rpc.BufferConnection) None¶
- get_buffer(self: open3d.io.rpc.BufferConnection) bytes¶
Returns a copy of the buffer.
A connection writing to a memory buffer.
Returns a copy of the buffer.