Part of vmc.common.interfaces View In Hierarchy
Known implementations: vmc.common.plugin.RemoteDevicePlugin, vmc.common.plugin.UnknownDevicePlugin
Attribute | __remote_name__ | Response of an AT+CGMM command |
Inherited from IDevicePlugin:
Attribute | baudrate | At which speed should we talk with this guy |
Attribute | custom | Container with all the device's customizations |
Attribute | sim | SIM object |
Attribute | sconn | Reference to the serial connection instance |
Inherited from IVMCPlugin (via IDevicePlugin):
Attribute | name | Plugin's name |
Attribute | version | Plugin's version |
Attribute | author | Plugin's author |
Method | initialize | Initializes the plugin |
Method | shutdown | Closes the plugin |