:orphan: .. index:: pair: struct; ndn_stp_cfg_bpdu_t .. _doxid-structndn__stp__cfg__bpdu__t: struct ndn_stp_cfg_bpdu_t ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Structure represents Configuration BPDU :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct ndn_stp_cfg_bpdu_t { // fields uint8_t :ref:`flags`; uint8_t :ref:`root_id`[8]; uint32_t :ref:`root_path_cost`; uint8_t :ref:`bridge_id`[8]; uint16_t :ref:`port_id`; uint16_t :ref:`msg_age`; uint16_t :ref:`max_age`; uint16_t :ref:`hello_time`; uint16_t :ref:`fwd_delay`; }; .. _details-structndn__stp__cfg__bpdu__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure represents Configuration BPDU Fields ------ .. index:: pair: variable; flags .. _doxid-structndn__stp__cfg__bpdu__t_1af9fbe3f94328339bb50ce13dade9d02b: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t flags Value of the Flags field .. index:: pair: variable; root_id .. _doxid-structndn__stp__cfg__bpdu__t_1a52f654054f3068efd0cd5f137bb2cefe: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t root_id[8] Value of the Root Identifier field .. index:: pair: variable; root_path_cost .. _doxid-structndn__stp__cfg__bpdu__t_1ae0c63200a92d5846f9345775abec14f8: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t root_path_cost Value of the Root Path Cost field .. index:: pair: variable; bridge_id .. _doxid-structndn__stp__cfg__bpdu__t_1a850b1ac3db95fcd2083d11daabfe4022: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t bridge_id[8] Value of the Bridge Identifier field .. index:: pair: variable; port_id .. _doxid-structndn__stp__cfg__bpdu__t_1ade7df62a5e6aa87e39150dba375e6093: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t port_id Value of the Port Identifier field .. index:: pair: variable; msg_age .. _doxid-structndn__stp__cfg__bpdu__t_1a3618a3489849a7a60ad980f072a7dc19: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t msg_age Value of the Message Age field .. index:: pair: variable; max_age .. _doxid-structndn__stp__cfg__bpdu__t_1a9e725efbce23e6214ea834d3e695c8c0: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t max_age Value of the Max Age field .. index:: pair: variable; hello_time .. _doxid-structndn__stp__cfg__bpdu__t_1acc588ca69f559da8f59eb81f03761849: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t hello_time Value of the Hello Time field .. index:: pair: variable; fwd_delay .. _doxid-structndn__stp__cfg__bpdu__t_1a658f97fe8e693ec8134cc6524d003479: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t fwd_delay Value of the Forward Delay field