diff --git a/doc/index-revpimodio2.html b/doc/index-revpimodio2.html
index 421e8fa..c4ef004 100644
--- a/doc/index-revpimodio2.html
+++ b/doc/index-revpimodio2.html
@@ -23,9 +23,6 @@ fuehrt das Modul bei Datenaenderung aus.
Modules
-| revpimodio2 |
-Stellt alle Klassen fuer den RevolutionPi zur Verfuegung. |
-
| app |
Bildet die App Sektion von piCtory ab. |
@@ -41,6 +38,9 @@ Modules
| modio |
RevPiModIO Hauptklasse. |
+| netio |
+ |
+
| summary |
Bildet die Summary-Sektion von piCtory ab. |
diff --git a/doc/revpimodio2.device.html b/doc/revpimodio2.device.html
index 841c06a..9727af0 100644
--- a/doc/revpimodio2.device.html
+++ b/doc/revpimodio2.device.html
@@ -402,13 +402,13 @@ Methods
get_allios |
Gibt eine Liste aller Inputs und Outputs zurueck, keine MEMs. |
-| get_inps |
+get_inputs |
Gibt eine Liste aller Inputs zurueck. |
-| get_mems |
+get_memmories |
Gibt eine Liste aller mems zurueck. |
-| get_outs |
+get_outputs |
Gibt eine Liste aller Outputs zurueck. |
@@ -520,7 +520,7 @@ Erstellt aus der piCtory-Liste die IOs fuer dieses Device.
dict()-Objekt aus piCtory Konfiguration
iotype
-IOType() Wert
+io.Type() Wert
- Returns:
@@ -555,10 +555,10 @@ Gibt eine Liste aller Inputs und Outputs zurueck, keine MEMs.
-
list() Input und Output, keine MEMs
-
+
-Device.get_inps
-get_inps()
+Device.get_inputs
+get_inputs()
Gibt eine Liste aller Inputs zurueck.
@@ -566,10 +566,10 @@ Gibt eine Liste aller Inputs zurueck.
-
list() Inputs
-
+
-Device.get_mems
-get_mems()
+Device.get_memmories
+get_memmories()
Gibt eine Liste aller mems zurueck.
@@ -577,10 +577,10 @@ Gibt eine Liste aller mems zurueck.
-
list() Mems
-
+
-Device.get_outs
-get_outs()
+Device.get_outputs
+get_outputs()
Gibt eine Liste aller Outputs zurueck.
diff --git a/doc/revpimodio2.io.html b/doc/revpimodio2.io.html
index b6f4bf9..4e51ee5 100644
--- a/doc/revpimodio2.io.html
+++ b/doc/revpimodio2.io.html
@@ -29,6 +29,9 @@ Classes
| StructIO |
Klasse fuer den Zugriff auf Daten ueber ein definierten struct(). |
+
+| Type |
+IO Typen. |
@@ -58,7 +61,7 @@ object
Class Attributes
-| address |
| byteorder |
| length |
| name |
| value |
+| address |
| byteorder |
| length |
| name |
| type |
| value |
Class Methods
@@ -87,6 +90,9 @@ Methods
_get_byteorder |
Gibt konfigurierte Byteorder zurueck. |
+| _get_iotype |
+Gibt io.Type zurueck. |
+
| _get_length |
Gibt die Bytelaenge des IO zurueck. |
@@ -132,7 +138,7 @@ Parentdevice auf dem der IO liegt
Datenliste fuer Instantiierung
- iotype
-
-IOType() Wert
+io.Type() Wert
- byteorder
-
Byteorder 'little' / 'big' fuer int() Berechnung
@@ -195,6 +201,17 @@ Gibt konfigurierte Byteorder zurueck.
-
str() Byteorder
+
+
+IOBase._get_iotype
+_get_iotype()
+
+Gibt io.Type zurueck.
+
+- Returns:
+-
+int() io.Type
+
IOBase._get_length
@@ -791,6 +808,37 @@ Setzt den Wert mit struct Formatierung.
Wert vom Typ der struct-Formatierung
+
+
+
+Type
+
+IO Typen.
+
+
+Derived from
+object
+
+Class Attributes
+
+
+Class Methods
+
+
+Methods
+
+
+Static Methods
+
+