Part of wader.common.protocol View In Hierarchy
Known subclasses: wader.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 | emit_signal | Emits a signal |
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 | signal | The name of the signal to emit |
args | The arguments for the signal signal
|