Function anjay_update_transport_tx_params
Defined in File core.h
Function Documentation
-
avs_error_t anjay_update_transport_tx_params(anjay_t *anjay, anjay_transport_set_t transport_set, const avs_coap_udp_tx_params_t *tx_params)
Changes transmission parameters for given transports.
- Parameters:
anjay – Anjay object to operate on.
transport_set – Set of transports for which parameters should be changed.
tx_params – New transmission parameters.
- Returns:
AVS_OK in case of success (parameters have been changed for at least one transport), or an error code.