Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
webiopi.clients.GPIO Class Reference
Inheritance diagram for webiopi.clients.GPIO:
webiopi.clients.Device webiopi.clients.RESTAPI webiopi.clients.NativeGPIO

Public Member Functions

def __init__
 
def getFunction
 
def setFunction
 
def digitalRead
 
def digitalWrite
 
def portRead
 
def portWrite
 
- Public Member Functions inherited from webiopi.clients.Device
def __init__
 
- Public Member Functions inherited from webiopi.clients.RESTAPI
def __init__
 
def sendRequest
 

Additional Inherited Members

- Public Attributes inherited from webiopi.clients.RESTAPI
 client
 
 path
 

Detailed Description

Definition at line 113 of file __init__.py.

Constructor & Destructor Documentation

def webiopi.clients.GPIO.__init__ (   self,
  client,
  name 
)

Definition at line 114 of file __init__.py.

Member Function Documentation

def webiopi.clients.GPIO.digitalRead (   self,
  channel 
)
def webiopi.clients.GPIO.digitalWrite (   self,
  channel,
  value 
)
def webiopi.clients.GPIO.getFunction (   self,
  channel 
)
def webiopi.clients.GPIO.portRead (   self)
def webiopi.clients.GPIO.portWrite (   self,
  value 
)
def webiopi.clients.GPIO.setFunction (   self,
  channel,
  func 
)

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