esp_zigbee_gateway sample
esp_zb_host_connection_mode_t
is only used within esp_zigbee_gateway sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
esp_zigbee_gateway sample
esp_zb_host_connection_mode_t
esp_zb_host_connection_mode_t enum
Syntax
Show:
Summary
Declaration
from
esp_zigbee_platform.h:29
enum
{
ZB_HOST_CONNECTION_MODE_NONE
=
0x0
,
ZB_HOST_CONNECTION_MODE_CLI_UART
=
0x1
,
ZB_HOST_CONNECTION_MODE_RCP_UART
=
0x2
,
}
;
Values
Value
Declared as
Description
esp_zb_host_connection_mode_t::ZB_HOST_CONNECTION_MODE_NONE
=
0x0
Disable host connection.
esp_zb_host_connection_mode_t::ZB_HOST_CONNECTION_MODE_CLI_UART
=
0x1
CLI UART connection to the host.
esp_zb_host_connection_mode_t::ZB_HOST_CONNECTION_MODE_RCP_UART
=
0x2
RCP UART connection to the host.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out