:orphan: .. index:: pair: struct; restconf_settings .. _doxid-structrestconf__settings: struct restconf_settings ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure for RESTCONF configuration settings. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct restconf_settings { // fields char :ref:`host`[RCF_MAX_VAL]; uint16_t :ref:`port`; bool :ref:`https`; char :ref:`username`[RCF_MAX_VAL]; char :target:`password`[RCF_MAX_VAL]; }; .. _details-structrestconf__settings: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure for RESTCONF configuration settings. Fields ------ .. index:: pair: variable; host .. _doxid-structrestconf__settings_1a810ef16c827e68987ee3e71161aa953c: .. ref-code-block:: cpp :class: doxyrest-title-code-block char host[RCF_MAX_VAL] < Server IP address or hostname. Server port. .. index:: pair: variable; port .. _doxid-structrestconf__settings_1abb97f1dd10c582c8fa8c9b0e577a0755: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t port Whether use https or http when connecting to server. .. index:: pair: variable; https .. _doxid-structrestconf__settings_1afd87de78e691b4417ab86e484a710385: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool https Username to use when connecting to server. .. index:: pair: variable; username .. _doxid-structrestconf__settings_1a6908e29d3411f790d2641674d1dd0717: .. ref-code-block:: cpp :class: doxyrest-title-code-block char username[RCF_MAX_VAL] Password to use when connecting to server.