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 |
1.8.8