Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Classes | Functions | Variables
webiopi.protocols.coap Namespace Reference

Classes

class  COAPClient
 
class  COAPContentFormat
 
class  COAPDelete
 
class  COAPGet
 
class  COAPHandler
 
class  COAPMessage
 
class  COAPOption
 
class  COAPPost
 
class  COAPPut
 
class  COAPRequest
 
class  COAPResponse
 
class  COAPServer
 

Functions

def HTTPCode2CoAPCode
 

Variables

string M_PLAIN = "text/plain"
 
string M_JSON = "application/json"
 

Function Documentation

def webiopi.protocols.coap.HTTPCode2CoAPCode (   code)

Variable Documentation

string webiopi.protocols.coap.M_JSON = "application/json"

Definition at line 24 of file coap.py.

string webiopi.protocols.coap.M_PLAIN = "text/plain"

Definition at line 23 of file coap.py.