To be added.
Type | Description |
---|---|
DeviceFactory | An abstract factory to create OS-independend devices. |
DevicePool | A simple class to hold the devices in. |
IDevice | The superinterface for all devices. The sole purpose for this interface is to offer as much information as possible for the means of using devices. |
LinuxDevice | The linux implementation of IDevice |
LinuxDevice.Service | A structure to describe a service. |
LinuxDeviceFactory | To be added. |
WindowsDevice | To be added. |
WindowsDeviceFactory | To be added. |