enum CoAP::Options
Overview
https://tools.ietf.org/html/rfc7252#section-5.10
Defined in:
coap.crEnum Members
-
If_Match =
1
-
Uri_Host =
3
-
ETag =
4
-
If_None_Match =
5
-
Observe =
6
-
https://tools.ietf.org/html/rfc7641
-
Uri_Port =
7
-
Location_Path =
8
-
Uri_Path =
11
-
Content_Format =
12
-
Max_Age =
14
-
Uri_Query =
15
-
Accept =
17
-
Location_Query =
20
-
Block2 =
23
-
https://tools.ietf.org/html/rfc7959#section-1
-
Block1 =
27
-
Proxy_Uri =
35
-
Proxy_Scheme =
39
-
Size1 =
60
Instance Method Summary
- #accept?
- #block1?
- #block2?
- #content_format?
- #e_tag?
- #if_match?
- #if_none_match?
- #location_path?
- #location_query?
- #max_age?
- #observe?
- #proxy_scheme?
- #proxy_uri?
- #size1?
- #uri_host?
- #uri_path?
- #uri_port?
- #uri_query?