Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | Public Attributes | List of all members
webiopi.clients.PiMixedClient Class Reference
Inheritance diagram for webiopi.clients.PiMixedClient:
webiopi.clients.PiCoapClient webiopi.clients.PiHttpClient webiopi.clients.PiMulticastClient

Public Member Functions

def __init__
 
def setCredentials
 
def sendRequest
 

Public Attributes

 host
 
 coapport
 
 coapclient
 
 httpclient
 
 forceHttp
 
 coapfailure
 
 maxfailure
 
 auth
 

Detailed Description

Definition at line 25 of file __init__.py.

Constructor & Destructor Documentation

def webiopi.clients.PiMixedClient.__init__ (   self,
  host,
  port = 8000,
  coap = 5683 
)

Definition at line 26 of file __init__.py.

Member Function Documentation

def webiopi.clients.PiMixedClient.sendRequest (   self,
  method,
  uri 
)
def webiopi.clients.PiMixedClient.setCredentials (   self,
  login,
  password 
)

Member Data Documentation

webiopi.clients.PiMixedClient.auth
webiopi.clients.PiMixedClient.coapclient

Definition at line 30 of file __init__.py.

Referenced by webiopi.clients.PiMixedClient.sendRequest().

webiopi.clients.PiMixedClient.coapfailure

Definition at line 38 of file __init__.py.

Referenced by webiopi.clients.PiMixedClient.sendRequest().

webiopi.clients.PiMixedClient.coapport

Definition at line 29 of file __init__.py.

Referenced by webiopi.clients.PiMixedClient.sendRequest().

webiopi.clients.PiMixedClient.forceHttp

Definition at line 37 of file __init__.py.

Referenced by webiopi.clients.PiMixedClient.sendRequest().

webiopi.clients.PiMixedClient.host
webiopi.clients.PiMixedClient.httpclient

Definition at line 34 of file __init__.py.

Referenced by webiopi.clients.PiMixedClient.sendRequest().

webiopi.clients.PiMixedClient.maxfailure

Definition at line 39 of file __init__.py.

Referenced by webiopi.clients.PiMixedClient.sendRequest().


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