Gammu internals
1.38.0
|
Go to the source code of this file.
Data Structures | |
struct | IRMC_Capability |
struct | GSM_Phone_OBEXGENData |
Macros | |
#define | GSM_USED_IRDAOBEX |
#define | GSM_USED_BLUEOBEX |
Enumerations | |
enum | OBEX_Service { OBEX_None = 1, OBEX_IRMC, OBEX_BrowsingFolders, OBEX_m_OBEX } |
Functions | |
GSM_Error | OBEXGEN_GetBinaryFile (GSM_StateMachine *s, const char *FileName, unsigned char **Buffer, size_t *len) |
GSM_Error | OBEXGEN_GetTextFile (GSM_StateMachine *s, const char *FileName, char **Buffer) |
GSM_Error | OBEXGEN_SetFile (GSM_StateMachine *s, const char *FileName, const unsigned char *Buffer, size_t Length, gboolean HardDelete) |
Definition in file obexgen.h.