Response

Type Alias Response 

Source
pub type Response = CoapResponse;
Expand description

Response type that for now is just aliasing to the lower level coap_lite version. Future versions are likely to see this API encapsulated more carefully.

Aliased Type§

pub struct Response {
    pub message: Packet,
}

Fields§

§message: Packet