Struct coap::client::CoAPClient [] [src]

pub struct CoAPClient { /* fields omitted */ }

Methods

impl CoAPClient
[src]

[src]

Create a CoAP client with the specific source and peer address.

[src]

Create a CoAP client with the peer address.

[src]

Execute a request with the coap url and a specific timeout. Default timeout is 5s.

[src]

Execute a request with the coap url.

[src]

Execute a request.

[src]

Receive a response.

[src]

Set the receive timeout.