Gammu internals  1.38.0
GSM_Call Struct Reference

#include <gammu-call.h>

Data Fields

GSM_CallStatus Status
 
int CallID
 
gboolean CallIDAvailable
 
int StatusCode
 
unsigned char PhoneNumber [(GSM_MAX_NUMBER_LENGTH+1) *2]
 

Detailed Description

Call information.

Definition at line 82 of file gammu-call.h.

Field Documentation

§ CallID

int GSM_Call::CallID

Call ID

Definition at line 90 of file gammu-call.h.

Referenced by NOKIA_EncodeDateTime().

§ CallIDAvailable

gboolean GSM_Call::CallIDAvailable

Whether Call ID is available.

Definition at line 94 of file gammu-call.h.

Referenced by DUMMY_PreAPICall(), and NOKIA_EncodeDateTime().

§ PhoneNumber

unsigned char GSM_Call::PhoneNumber[(GSM_MAX_NUMBER_LENGTH+1) *2]

Remote phone number.

Definition at line 102 of file gammu-call.h.

Referenced by DUMMY_PreAPICall(), and NOKIA_EncodeDateTime().

§ Status

GSM_CallStatus GSM_Call::Status

Call status.

Definition at line 86 of file gammu-call.h.

Referenced by DUMMY_PreAPICall(), and NOKIA_EncodeDateTime().

§ StatusCode

int GSM_Call::StatusCode

Status code.

Definition at line 98 of file gammu-call.h.

Referenced by DUMMY_PreAPICall(), and NOKIA_EncodeDateTime().


The documentation for this struct was generated from the following file: