Lines Matching refs:response
15 The application is notified about the response via a callback that is provided to the API
46 After initialization, the application can send a CoAP request and wait for the response.
52 - There is a response for the request
56 response and means that the current response is part of a blockwise transfer. When the
57 ``last_block`` is set to true, the response is finished and the client is ready for the next request
60 If the server responds to the request, the library provides the response to the
61 application through the response callback registered in the request structure.
62 As the response can be a blockwise transfer and the client calls the callback once per each
63 block, the application should be to process all of the blocks to be able to process the response.
65 The following is an example of a very simple response handling function:
73 LOG_INF("CoAP response from server %d", code);