Rudiments
modemclient.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information.
3
5 modemclient &operator=(modemclient &m) { return *this; };
6
7 protected:
8 const char *_connectscript();
9 const char *_disconnectscript();
10 const char *_phonenumber();
11
12 private:
13 modemclientprivate *pvt;
Definition modemclient.h:11