enum CoAP::MethodCode
Defined in:
coap.crEnum Members
-
GET =
1 -
POST =
2 -
PUT =
3 -
DELETE =
4 -
FETCH =
5 -
PATCH =
6 -
IPATCH =
7
1
2
3
4
5
6
7