libivon 0.1.0
Voice-over-IP library
Loading...
Searching...
No Matches
ivon_property Struct Reference

A single key-value property pair for iteration. More...

#include <ivon_client_types.h>

Public Attributes

const char * key
 Null-terminated property key.
 
const uint8_t * value
 Property value bytes.
 
size_t value_len
 Length of value in bytes.
 

Detailed Description

A single key-value property pair for iteration.

Member Data Documentation

◆ key

const char* ivon_property::key

Null-terminated property key.

◆ value

const uint8_t* ivon_property::value

Property value bytes.

◆ value_len

size_t ivon_property::value_len

Length of value in bytes.


The documentation for this struct was generated from the following file: