Most of the classes in the Gadgeteer.Modules namespace are abstract and implemented by manufacturers of Gadgeteer modules. Users of modules in production should use the F1 documentation available in the .NET Gadgeteer Designer. Select a module on the visual design surface and push the F1 key.
An exception is the Module..::..DisplayModule..::..SimpleGraphicsInterface class that supports tasks such as displaying text, simple shapes, and images by display modules.
Classes
| Class | Description | |
|---|---|---|
| Module |
Abstract class to provide common methods, properties, and events for modules.
| |
| Module..::..DaisyLinkModule |
Abstract class to provide common methods, properties, and events for DaisyLink modules
that can be chained together on the same socket.
| |
| Module..::..DisplayModule |
Abstract class to provide common methods, properties, and events for a display device.
| |
| Module..::..DisplayModule..::..SimpleGraphicsInterface |
Provides access to display tasks such as displaying text, simple shapes, and images.
| |
| Module..::..NetworkModule |
Abstract class to provide common methods, properties, and events for a network module.
|
Delegates
| Delegate | Description | |
|---|---|---|
| Module..::..DaisyLinkModule..::..DaisyLinkInterruptEventHandler |
The delegate that is used for the DaisyLinkInterrupt event.
| |
| Module..::..NetworkModule..::..NetworkEventHandler |
Represents the delegate that is used to raise
the NetworkUp and NetworkDown events.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Module..::..DisplayModule..::..SimpleGraphicsInterface..::..ScaleText |
Provides an enumeration that specifies how text will be scaled.
| |
| Module..::..DisplayModule..::..SimpleGraphicsInterface..::..TextAlign |
Provides an enumeration that specifies how text will be aligned.
| |
| Module..::..DisplayModule..::..SimpleGraphicsInterface..::..Trimming |
Provides an enumeration that specifies how text will be trimmed.
| |
| Module..::..DisplayModule..::..SimpleGraphicsInterface..::..WordWrap |
Provides an enumeration that specifies how text will be wrapped.
| |
| Module..::..DisplayModule..::..WPFRenderOptions |
Provides an enumeration of possible values for creating
the WPFWindow property.
| |
| Module..::..NetworkModule..::..NetworkState |
Represents the state of a network connection.
|