Lines Matching +full:cancel +full:- +full:in +full:- +full:progress
4 * SPDX-License-Identifier: Apache-2.0
57 * Needs to be initialized when sending a BLOB in Pull mode.
90 /** BLOB size in octets. */
96 /** MTU size in octets. */
122 /** Additional response time for the Target nodes, in 10-second increments.
182 /** Checking transfer progress. */
207 * Called whenever a Target node has been lost due to some error in the
240 /** @brief Transfer progress callback
253 /** @brief End of Get Transfer Progress procedure.
255 * Called when all Target nodes have responded or the procedure timed-out.
264 /** Called for every Target node in unicast mode, or once in case of multicast mode. */
277 /** If true, the message is always sent in a unicast way. */
279 /** If true, non-responsive Target nodes won't be dropped after transfer has timed out. */
285 /* Defines a time in ms by which the broadcast API postpones sending the message to a next
304 /* Represents Client Timeout timer in a timestamp. Used in Pull mode only. */
389 /** @brief Cancel an ongoing transfer.
395 /** @brief Get the progress of BLOB transfer.
399 * To get progress of the active BLOB transfer, use the
410 /** @brief Get the current progress of the active transfer in percent.
414 * @return The current transfer progress, or 0 if no transfer is active.
422 * @return true if the BLOB Transfer Client is currently participating in a transfer or
427 /** @brief Set chunk sending interval in ms
429 * This function is optional, and can be used to define how fast chunks are sent in the BLOB Client
439 * @param interval_ms the delay before each chunk is sent out in ms.