ahio  1.0.0
I/O Communication Library
ahio.abstract_driver.AbstractahioDriverInfo Class Reference

Abstract class containing information about the driver. More...

Inheritance diagram for ahio.abstract_driver.AbstractahioDriverInfo:
object ahio.drivers.arduino.ahioDriverInfo ahio.drivers.generic_tcp_io.ahioDriverInfo ahio.drivers.raspberry.ahioDriverInfo ahio.drivers.snap7.ahioDriverInfo

Static Public Attributes

string NAME = 'Driver name'
 
string AVAILABLE = 'True if the driver is available, false otherwise'
 

Detailed Description

Abstract class containing information about the driver.

This class should be inherited and fully implemented by every driver. It contains information regarding the driver, as it's name and availability, for example.

Definition at line 38 of file abstract_driver.py.

Member Data Documentation

§ AVAILABLE

string ahio.abstract_driver.AbstractahioDriverInfo.AVAILABLE = 'True if the driver is available, false otherwise'
static

Definition at line 40 of file abstract_driver.py.

§ NAME

string ahio.abstract_driver.AbstractahioDriverInfo.NAME = 'Driver name'
static

Definition at line 39 of file abstract_driver.py.


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