enum

CoAP::Options

Inherits Enum < Comparable < Value < Object

https://tools.ietf.org/html/rfc7252#section-5.10

Constants

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 methods

accept?

Returns true if this enum value equals Accept

Source
block1?

Returns true if this enum value equals Block1

Source
block2?

Returns true if this enum value equals Block2

Source
content_format?

Returns true if this enum value equals Content_Format

Source
e_tag?

Returns true if this enum value equals ETag

Source
if_match?

Returns true if this enum value equals If_Match

Source
if_none_match?

Returns true if this enum value equals If_None_Match

Source
location_path?

Returns true if this enum value equals Location_Path

Source
location_query?

Returns true if this enum value equals Location_Query

Source
max_age?

Returns true if this enum value equals Max_Age

Source
observe?

Returns true if this enum value equals Observe

Source
proxy_scheme?

Returns true if this enum value equals Proxy_Scheme

Source
proxy_uri?

Returns true if this enum value equals Proxy_Uri

Source
size1?

Returns true if this enum value equals Size1

Source
uri_host?

Returns true if this enum value equals Uri_Host

Source
uri_path?

Returns true if this enum value equals Uri_Path

Source
uri_port?

Returns true if this enum value equals Uri_Port

Source
uri_query?

Returns true if this enum value equals Uri_Query

Source