Zephyr API Documentation 4.0.0-rc2
A Scalable Open Source RTOS
|
#include <stdbool.h>
Go to the source code of this file.
Functions | |
int | log_backend_ws_register (int fd) |
Register websocket socket where the logging output is sent. | |
int | log_backend_ws_unregister (int fd) |
Unregister websocket socket where the logging output was sent. | |
const struct log_backend * | log_backend_ws_get (void) |
Get the websocket logger backend. | |
void | log_backend_ws_start (void) |
Start the websocket logger backend. | |
const struct log_backend * log_backend_ws_get | ( | void | ) |
Get the websocket logger backend.
This function returns the websocket logger backend.
int log_backend_ws_register | ( | int | fd | ) |
Register websocket socket where the logging output is sent.
fd | Websocket socket value. |
void log_backend_ws_start | ( | void | ) |
Start the websocket logger backend.
This function starts the websocket logger backend.
int log_backend_ws_unregister | ( | int | fd | ) |
Unregister websocket socket where the logging output was sent.
After this the websocket output is disabled.
fd | Websocket socket value. |