Public Member Functions | |
| 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 |
Static Public Attributes | |
| 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 |
Additional Inherited Members | |
Public Attributes inherited from webiopi.protocols.coap.COAPMessage | |
| version | |
| type | |
| code | |
| id | |
| token | |
| options | |
| host | |
| port | |
| uri_path | |
| content_format | |
| payload | |
| def webiopi.protocols.coap.COAPRequest.__init__ | ( | self, | |
msg_type = 0, |
|||
code = 0, |
|||
uri = None |
|||
| ) |
|
static |
Definition at line 319 of file coap.py.
Referenced by webiopi.protocols.coap.COAPMessage.__str__().
1.8.8