client version of coap

Dependencies:   nRF24L01P cantcoap3

Dependents:   client3

Revision:
5:d633e12f113f
Parent:
2:e8823d9fa162
--- a/coapClient.h	Fri Jan 25 02:00:42 2019 +0000
+++ b/coapClient.h	Fri Jan 25 12:10:49 2019 +0000
@@ -28,7 +28,7 @@
 
 
 public:
-    CoapClient(uint8_t* token, int retransmissionLimit, int timeout, int channel, unsigned long long rx_address,
+    CoapClient(uint16_t counter, uint8_t* token, int retransmissionLimit, int timeout, int channel, unsigned long long rx_address,
                unsigned long long tx_address);
 
     int get(uint8_t buffer[], int len, char* uri);