Class w.c.p.DevicePlugin(object):

Part of wader.common.plugin View In Hierarchy

Known subclasses: wader.common.plugin.DBusDevicePlugin, wader.common.plugin.RemoteDevicePlugin, wader.common.plugin.UnknownDevicePlugin

Implements interfaces: twisted.plugin.IPlugin, wader.common.interfaces.IDevicePlugin

Base class of all DevicePlugins
Method __init__ Undocumented
Method __repr__ Undocumented
Method close Closes the plugin and frees all the associated resources
Method initialize Initializes the SIM
Method has_two_ports Returns True if the device sports two ports
Method patch Patch myself in-place with the settings of another plugin
def __init__(self):
Undocumented
def __repr__(self):
Undocumented
def close(self):
Closes the plugin and frees all the associated resources
def initialize(self, arg=None):
Initializes the SIM
Returns (type: twisted.internet.defer.Deferred )
def has_two_ports(self):
Returns True if the device sports two ports
def patch(self, other):
Patch myself in-place with the settings of another plugin
API Documentation for wader-core, generated by pydoctor at 2008-08-27 16:53:37.