Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Static Public Attributes | List of all members
webiopi.protocols.coap.COAPOption Class Reference

Static Public Attributes

dictionary OPTIONS
 
int IF_MATCH = 1
 
int URI_HOST = 3
 
int ETAG = 4
 
int IF_NONE_MATCH = 5
 
int URI_PORT = 7
 
int LOCATION_PATH = 8
 
int URI_PATH = 11
 
int CONTENT_FORMAT = 12
 
int MAX_AGE = 14
 
int URI_QUERY = 15
 
int ACCEPT = 16
 
int LOCATION_QUERY = 20
 
int PROXY_URI = 35
 
int PROXY_SCHEME = 39
 

Detailed Description

Definition at line 69 of file coap.py.

Member Data Documentation

int webiopi.protocols.coap.COAPOption.ACCEPT = 16
static

Definition at line 96 of file coap.py.

int webiopi.protocols.coap.COAPOption.CONTENT_FORMAT = 12
static

Definition at line 93 of file coap.py.

int webiopi.protocols.coap.COAPOption.ETAG = 4
static

Definition at line 88 of file coap.py.

int webiopi.protocols.coap.COAPOption.IF_MATCH = 1
static

Definition at line 86 of file coap.py.

int webiopi.protocols.coap.COAPOption.IF_NONE_MATCH = 5
static

Definition at line 89 of file coap.py.

int webiopi.protocols.coap.COAPOption.LOCATION_PATH = 8
static

Definition at line 91 of file coap.py.

int webiopi.protocols.coap.COAPOption.LOCATION_QUERY = 20
static

Definition at line 97 of file coap.py.

int webiopi.protocols.coap.COAPOption.MAX_AGE = 14
static

Definition at line 94 of file coap.py.

dictionary webiopi.protocols.coap.COAPOption.OPTIONS
static
Initial value:
1 = {1: "If-Match",
2  3: "Uri-Host",
3  4: "ETag",
4  5: "If-None-Match",
5  7: "Uri-Port",
6  8: "Location-Path",
7  11: "Uri-Path",
8  12: "Content-Format",
9  14: "Max-Age",
10  15: "Uri-Query",
11  16: "Accept",
12  20: "Location-Query",
13  35: "Proxy-Uri",
14  39: "Proxy-Scheme"
15  }

Definition at line 70 of file coap.py.

int webiopi.protocols.coap.COAPOption.PROXY_SCHEME = 39
static

Definition at line 99 of file coap.py.

int webiopi.protocols.coap.COAPOption.PROXY_URI = 35
static

Definition at line 98 of file coap.py.

int webiopi.protocols.coap.COAPOption.URI_HOST = 3
static

Definition at line 87 of file coap.py.

int webiopi.protocols.coap.COAPOption.URI_PATH = 11
static

Definition at line 92 of file coap.py.

int webiopi.protocols.coap.COAPOption.URI_PORT = 7
static

Definition at line 90 of file coap.py.

int webiopi.protocols.coap.COAPOption.URI_QUERY = 15
static

Definition at line 95 of file coap.py.


The documentation for this class was generated from the following file: