Gammu internals  1.38.0
n6510.h File Reference
#include "../../ncommon.h"
Include dependency graph for n6510.h:

Go to the source code of this file.

Data Structures

struct  GSM_Phone_N6510Data
 

Macros

#define GSM_USED_MBUS2
 
#define GSM_USED_FBUS2
 
#define GSM_USED_FBUS2DLR3
 
#define GSM_USED_DKU2PHONET
 
#define GSM_USED_DKU2AT
 
#define GSM_USED_DKU5FBUS2
 
#define GSM_USED_PHONETBLUE
 
#define GSM_USED_IRDAPHONET
 
#define GSM_USED_BLUEPHONET
 
#define GSM_USED_FBUS2PL2303
 

Enumerations

enum  N6510_Connection_Settings { N6510_MMS_SETTINGS = 0x01, N6510_CHAT_SETTINGS, N6510_WAP_SETTINGS, N6510_SYNCML_SETTINGS }
 
enum  N6510_PHONE_LIGHTS { N6510_LIGHT_DISPLAY = 0x01, N6510_LIGHT_KEYPAD = 0x03, N6510_LIGHT_TORCH = 0x10 }
 

Functions

void N6510_EncodeFMFrequency (double freq, unsigned char *buff)
 
void N6510_DecodeFMFrequency (double *freq, unsigned char *buff)
 

Macro Definition Documentation

§ GSM_USED_BLUEPHONET

#define GSM_USED_BLUEPHONET

Definition at line 117 of file n6510.h.

§ GSM_USED_DKU2AT

#define GSM_USED_DKU2AT

Definition at line 105 of file n6510.h.

§ GSM_USED_DKU2PHONET

#define GSM_USED_DKU2PHONET

Definition at line 102 of file n6510.h.

§ GSM_USED_DKU5FBUS2

#define GSM_USED_DKU5FBUS2

Definition at line 108 of file n6510.h.

§ GSM_USED_FBUS2

#define GSM_USED_FBUS2

Definition at line 96 of file n6510.h.

§ GSM_USED_FBUS2DLR3

#define GSM_USED_FBUS2DLR3

Definition at line 99 of file n6510.h.

§ GSM_USED_FBUS2PL2303

#define GSM_USED_FBUS2PL2303

Definition at line 120 of file n6510.h.

§ GSM_USED_IRDAPHONET

#define GSM_USED_IRDAPHONET

Definition at line 114 of file n6510.h.

§ GSM_USED_MBUS2

#define GSM_USED_MBUS2

Definition at line 93 of file n6510.h.

§ GSM_USED_PHONETBLUE

#define GSM_USED_PHONETBLUE

Definition at line 111 of file n6510.h.

Enumeration Type Documentation

§ N6510_Connection_Settings

Enumerator
N6510_MMS_SETTINGS 
N6510_CHAT_SETTINGS 
N6510_WAP_SETTINGS 
N6510_SYNCML_SETTINGS 

Definition at line 8 of file n6510.h.

§ N6510_PHONE_LIGHTS

Enumerator
N6510_LIGHT_DISPLAY 
N6510_LIGHT_KEYPAD 
N6510_LIGHT_TORCH 

Definition at line 16 of file n6510.h.

16  {
17  N6510_LIGHT_DISPLAY = 0x01,
18  N6510_LIGHT_KEYPAD = 0x03,
19  N6510_LIGHT_TORCH = 0x10
N6510_PHONE_LIGHTS
Definition: n6510.h:16

Function Documentation

§ N6510_DecodeFMFrequency()

void N6510_DecodeFMFrequency ( double *  freq,
unsigned char *  buff 
)

§ N6510_EncodeFMFrequency()

void N6510_EncodeFMFrequency ( double  freq,
unsigned char *  buff 
)