ldb_val (3) - Linux Manuals
NAME
ldb_val -
SYNOPSIS
Data Fields
Detailed Description
Result value.
An individual lump of data in a result comes in this format. The pointer will usually be to a UTF-8 string if the application is sensible, but it can be to anything you like, including binary data blobs of arbitrary size.
Note:
- the data is null (0x00) terminated, but the length does not include the terminator.
Field Documentation
uint8_t* ldb_val::data
result datasize_t ldb_val::length
length of dataAuthor
Generated automatically by Doxygen for LDB from the source code.