:orphan: .. index:: pair: struct; te_mi_log_kvpair .. _doxid-structte__mi__log__kvpair: struct te_mi_log_kvpair ======================= .. toctree:: :hidden: Key-value pair that represents a comment to any MI data. Comment is considered an additional MI data. The struct also used to represent a measurement key. ``:ref:`te_kvpair ``` is not used here since it is a tail queue element which is meant to be dynamically allocated. But :ref:`te_mi_log_meas() ` API is more convenient to use with an on-stack allocated array argument, which can be easily constructed using ``:ref:`te_mi_log_kvpair ```. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_mi_log_kvpair { // fields const char* :target:`key`; const char* :target:`value`; };