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

Static Public Member Functions

def getCode
 
def toString
 

Static Public Attributes

dictionary FORMATS
 

Detailed Description

Definition at line 40 of file coap.py.

Member Function Documentation

def webiopi.protocols.coap.COAPContentFormat.getCode (   fmt)
static

Definition at line 50 of file coap.py.

def webiopi.protocols.coap.COAPContentFormat.toString (   code)
static

Definition at line 59 of file coap.py.

Member Data Documentation

dictionary webiopi.protocols.coap.COAPContentFormat.FORMATS
static
Initial value:
1 = {0: "text/plain",
2  40: "application/link-format",
3  41: "application/xml",
4  42: "application/octet-stream",
5  47: "application/exi",
6  50: "application/json"
7  }

Definition at line 41 of file coap.py.


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