Gammu internals
1.38.0
|
#include <gsmstate.h>
Data Fields | |
struct { | |
char fake | |
} | Data |
GSM_Protocol_Functions * | Functions |
Structure containing protocol specific data and pointer to protocol functions - GSM_Protocol_Functions. The data are in a structure, so you may use more protocols at once and switch between them.
Definition at line 393 of file gsmstate.h.
struct { ... } GSM_Protocol::Data |
char GSM_Protocol::fake |
Definition at line 395 of file gsmstate.h.
GSM_Protocol_Functions* GSM_Protocol::Functions |
Functions for currently used protocol layer.
Definition at line 424 of file gsmstate.h.
Referenced by GSM_CloseConnection(), GSM_OpenConnection(), GSM_ReadDevice(), GSM_RegisterAllConnections(), GSM_RegisterConnection(), GSM_WaitFor(), and NOKIA_EncodeDateTime().