AtChat Class Reference
.
More...
#include <atchat.h>
List of all member functions.
Public Members
AtChat ( SerialDevice * serial, MuxDeviceChannel * mux, QObject * parent = 0, bool lowPriority = FALSE )
~AtChat ()
void
chat ( AtChatCommand * command )
void
chat ( const QString & command )
void
chat ( const QString & command, const QString & pdu )
enum DeviceType { Unknown, Wavecom, Ericsson }
void setDeviceType ( DeviceType t )
DeviceType deviceType () const
Signals
Static Public Members
QString
quote ( const QString & str )
QString
nextString ( const QString & buf, uint & posn )
Detailed Description
See also Qtopia Phone Classes.
Member Function Documentation
void AtChat::abortDial ()
Abort a dial request if one is at the head of the queue.
Used to stop "ATD" on broken devices that don't obey ';'.
void AtChat::chat ( AtChatCommand * command )
Send a command to the device. The "AtChat" class will delete
the object once the command has been fully processed and all
connected slots notified of the result.
void AtChat::chat ( const QString & command )
Send a command to the device and ignore any response that we get.
void AtChat::chat ( const QString & command, const QString & pdu )
Send a command and PDU to the device and ignore any response that we get.
void AtChat::disconnectDevice ()
Disconnect from the underlying device object.
QString AtChat::nextString ( const QString & buf, uint & posn ) [static]
Extract the next quoted string from a buffer, starting at
a particular position.
QString AtChat::quote ( const QString & str ) [static]
Quote a string so that it can be sent as the parameter to
an AT command.
void AtChat::reconnectDevice ( int fd )
Reconnect to the underlying device object.
This file is part of the Qtopia platform,
copyright © 1995-2004
Trolltech, all rights reserved.
| Copyright © 2001-2004 Trolltech
| Trademarks
| Qtopia version 2.0.1
|