Deprecated List#

  • Global sl_wisun_accept_on_socket (sl_wisun_socket_id_t socket_id, sl_wisun_socket_id_t *remote_socket_id, sl_wisun_ip_address_t *remote_address, uint16_t *remote_port) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See accept() for a replacement.

  • Global sl_wisun_bind_socket (sl_wisun_socket_id_t socket_id, const sl_wisun_ip_address_t *local_address, uint16_t local_port) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See bind() for a replacement.

  • Global sl_wisun_close_socket (sl_wisun_socket_id_t socket_id) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See close() for a replacement.

  • Global sl_wisun_connect_socket (sl_wisun_socket_id_t socket_id, const sl_wisun_ip_address_t *remote_address, uint16_t remote_port) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See connect() for a replacement.

  • Global sl_wisun_get_socket_option (sl_wisun_socket_id_t socket_id, sl_wisun_socket_option_t option, sl_wisun_socket_option_data_t *option_data) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See getsockopt() for a replacement.

  • Global sl_wisun_listen_on_socket (sl_wisun_socket_id_t socket_id) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See listen() for a replacement.

  • Global sl_wisun_open_socket (sl_wisun_socket_protocol_t protocol, sl_wisun_socket_id_t *socket_id) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See socket() for a replacement.

  • Global sl_wisun_receive_on_socket (sl_wisun_socket_id_t socket_id, sl_wisun_ip_address_t *remote_address, uint16_t *remote_port, uint16_t *data_length, uint8_t *data) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See recvfrom() for a replacement.

  • Global sl_wisun_send_on_socket (sl_wisun_socket_id_t socket_id, uint16_t data_length, const uint8_t *data) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See send() for a replacement.

  • Global sl_wisun_sendto_on_socket (sl_wisun_socket_id_t socket_id, const sl_wisun_ip_address_t *remote_address, uint16_t remote_port, uint16_t data_length, const uint8_t *data) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See sendto() for a replacement.

  • Global sl_wisun_set_socket_option (sl_wisun_socket_id_t socket_id, sl_wisun_socket_option_t option, const sl_wisun_socket_option_data_t *option_data) SL_DEPRECATED_API_SDK_4_4

    This function will be removed in the future versions of the Wi-SUN stack. See setsockopt() for a replacement.

  • Global sl_wisun_util_get_rf_settings (uint8_t *reg_domain, uint8_t *op_class, uint16_t *op_mode) SL_DEPRECATED_API_SDK_4_2

    This function will be removed in the future versions of the Wi-SUN stack. See sl_wisun_util_get_phy_config() for a replacement.