59 * \param send_cb Send possible network status change event if set to `true`.
60 * \return >= 0 if disconnected successfully.
61 * \return < 0 if error.
62 */
63 int8_t enet_tasklet_disconnect(bool send_cb);
64
65/*
66 * \brief Callback to call when the link state changes.
67 *
68 * \param up Tells if link is up or down.
69 */
70void enet_tasklet_link_state_changed(bool up);
71
72#ifdef __cplusplus
73 }
74#endif
75
76#endif // ENET_TASKLET_H
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.