Part of vmc.common.protocol View In Hierarchy
Known subclasses: vmc.common.protocol.SIMProtocol
Method | __init__ | Undocumented |
Method | cancel_current_delayed_call | Cancels current ATCmd dellayed call if active
|
Method | notify_success | Notify success to current ATCmd callbacks
|
Method | notify_failure | Notify failure to current ATCmd errbacks
|
Method | set_cmd | Sets self.cmd to cmd
|
Method | set_state | Sets and logs the new state |
Method | transition_to_idle | Transitions to idle state and |
Method | send_splitcmd | Used to send the second part of a split command after prompt appears |
Method | enque_notification | Enqueues a notification |
Method | dataReceived | See twisted.internet.protocol.Protocol.dataReceived
|
Method | process_notifications | Processes unsolicited notifications in buffer
|
Method | handle_idle | See the method comments |
Method | handle_waiting | Undocumented |
Parameters | klass | The class of the notification to enqueue |
args | The arguments to instantiate klass
| |
kwds | The keywords to instantiate klass
|