CoapRequestFuture.receiveWake

Called when a matching (by token) CoAP packet is received. This will store the received response and also wake up anyone blocking on the get() call to this future.

class CoapRequestFuture
package
void
receiveWake
(
CoapPacket response
)

Parameters

response CoapPacket

the CoapPacket response

Meta