Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
webiopi.protocols.coap.COAPDelete Class Reference
Inheritance diagram for webiopi.protocols.coap.COAPDelete:
webiopi.protocols.coap.COAPRequest webiopi.protocols.coap.COAPMessage

Public Member Functions

def __init__
 
- Public Member Functions inherited from webiopi.protocols.coap.COAPRequest
def __init__
 
- Public Member Functions inherited from webiopi.protocols.coap.COAPMessage
def __init__
 
def __getOptionHeader__
 
def __str__
 
def getOptionHeaderValue
 
def getOptionHeaderExtension
 
def appendOption
 
def getBytes
 
def parseByteArray
 

Additional Inherited Members

- Public Attributes inherited from webiopi.protocols.coap.COAPMessage
 version
 
 type
 
 code
 
 id
 
 token
 
 options
 
 host
 
 port
 
 uri_path
 
 content_format
 
 payload
 
- Static Public Attributes inherited from webiopi.protocols.coap.COAPRequest
dictionary CODES
 
int GET = 1
 
int POST = 2
 
int PUT = 3
 
int DELETE = 4
 
- Static Public Attributes inherited from webiopi.protocols.coap.COAPMessage
list TYPES = ["CON", "NON", "ACK", "RST"]
 
int CON = 0
 
int NON = 1
 
int ACK = 2
 
int RST = 3
 

Detailed Description

Definition at line 346 of file coap.py.

Constructor & Destructor Documentation

def webiopi.protocols.coap.COAPDelete.__init__ (   self,
  uri 
)

Definition at line 347 of file coap.py.


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