Gammu internals  1.38.0
GSM_Phone_OBEXGENData Struct Reference

#include <obexgen.h>

Collaboration diagram for GSM_Phone_OBEXGENData:

Data Fields

int FilesLocationsUsed
 
int FilesLocationsCurrent
 
GSM_File Files [500]
 
gboolean FileLastPart
 
int FrameSize
 
OBEX_Service Service
 
OBEX_Service InitialService
 
int PbCount
 
int * PbOffsets
 
int * PbIndex
 
int PbIndexCount
 
char ** PbLUID
 
int PbLUIDCount
 
gboolean UpdatePbLUID
 
IRMC_Capability PbCap
 
char * PbData
 
int ReadPhonebook
 
int TodoCount
 
int * TodoOffsets
 
int * TodoIndex
 
int TodoIndexCount
 
char ** TodoLUID
 
int TodoLUIDCount
 
gboolean UpdateTodoLUID
 
int ReadTodo
 
int CalCount
 
int * CalOffsets
 
int * CalIndex
 
int CalIndexCount
 
char ** CalLUID
 
int CalLUIDCount
 
gboolean UpdateCalLUID
 
IRMC_Capability CalCap
 
char * CalData
 
int ReadCalendar
 
int NoteCount
 
int * NoteOffsets
 
int * NoteIndex
 
int NoteIndexCount
 
char ** NoteLUID
 
int NoteLUIDCount
 
gboolean UpdateNoteLUID
 
IRMC_Capability NoteCap
 
char * NoteData
 
char * OBEXCapability
 
char * OBEXDevinfo
 
int m_obex_error
 
int m_obex_appdata_len
 
unsigned char * m_obex_appdata
 
int m_obex_newid
 
int m_obex_contacts_nextid
 
int m_obex_contacts_nexterror
 
int m_obex_calendar_nextid
 
int m_obex_calendar_nexterror
 
unsigned char * m_obex_contacts_buffer
 
size_t m_obex_contacts_buffer_pos
 
size_t m_obex_contacts_buffer_size
 
unsigned char * m_obex_calendar_buffer
 
size_t m_obex_calendar_buffer_pos
 
size_t m_obex_calendar_buffer_size
 
unsigned char connection_id [4]
 

Detailed Description

Definition at line 63 of file obexgen.h.

Field Documentation

§ CalCap

IRMC_Capability GSM_Phone_OBEXGENData::CalCap

Capabilities for calendar.

Definition at line 179 of file obexgen.h.

§ CalCount

int GSM_Phone_OBEXGENData::CalCount

Number of entries in calendar

Definition at line 151 of file obexgen.h.

§ CalData

char* GSM_Phone_OBEXGENData::CalData

Complete calendar data.

Definition at line 183 of file obexgen.h.

§ CalIndex

int* GSM_Phone_OBEXGENData::CalIndex

Index - location translation map for calendar

Definition at line 159 of file obexgen.h.

§ CalIndexCount

int GSM_Phone_OBEXGENData::CalIndexCount

Number of entries in CalIndex list.

Definition at line 163 of file obexgen.h.

§ CalLUID

char** GSM_Phone_OBEXGENData::CalLUID

LUID - location translation map for calendar

Definition at line 167 of file obexgen.h.

§ CalLUIDCount

int GSM_Phone_OBEXGENData::CalLUIDCount

Number of entries in CalLUID list.

Definition at line 171 of file obexgen.h.

§ CalOffsets

int* GSM_Phone_OBEXGENData::CalOffsets

Offsets of calendar entries in calendar data

Definition at line 155 of file obexgen.h.

§ connection_id

unsigned char GSM_Phone_OBEXGENData::connection_id[4]

OBEX connection ID.

Definition at line 291 of file obexgen.h.

§ FileLastPart

gboolean GSM_Phone_OBEXGENData::FileLastPart

Definition at line 67 of file obexgen.h.

§ Files

GSM_File GSM_Phone_OBEXGENData::Files[500]

Definition at line 66 of file obexgen.h.

§ FilesLocationsCurrent

int GSM_Phone_OBEXGENData::FilesLocationsCurrent

Definition at line 65 of file obexgen.h.

§ FilesLocationsUsed

int GSM_Phone_OBEXGENData::FilesLocationsUsed

Definition at line 64 of file obexgen.h.

§ FrameSize

int GSM_Phone_OBEXGENData::FrameSize

Definition at line 69 of file obexgen.h.

§ InitialService

OBEX_Service GSM_Phone_OBEXGENData::InitialService

Initial service used in configuration (this will be used for filesystem browsing)

Definition at line 74 of file obexgen.h.

§ m_obex_appdata

unsigned char* GSM_Phone_OBEXGENData::m_obex_appdata

m-obex application data content.

Definition at line 243 of file obexgen.h.

§ m_obex_appdata_len

int GSM_Phone_OBEXGENData::m_obex_appdata_len

m-obex application data length.

Definition at line 239 of file obexgen.h.

§ m_obex_calendar_buffer

unsigned char* GSM_Phone_OBEXGENData::m_obex_calendar_buffer

m-obex calendar buffer.

Definition at line 279 of file obexgen.h.

§ m_obex_calendar_buffer_pos

size_t GSM_Phone_OBEXGENData::m_obex_calendar_buffer_pos

m-obex calendar buffer position.

Definition at line 283 of file obexgen.h.

§ m_obex_calendar_buffer_size

size_t GSM_Phone_OBEXGENData::m_obex_calendar_buffer_size

m-obex calendar buffer size.

Definition at line 287 of file obexgen.h.

§ m_obex_calendar_nexterror

int GSM_Phone_OBEXGENData::m_obex_calendar_nexterror

last error of m-obex reading calendar operation.

Definition at line 263 of file obexgen.h.

§ m_obex_calendar_nextid

int GSM_Phone_OBEXGENData::m_obex_calendar_nextid

m-obex counter for reading calendar

Definition at line 259 of file obexgen.h.

§ m_obex_contacts_buffer

unsigned char* GSM_Phone_OBEXGENData::m_obex_contacts_buffer

m-obex contacts buffer.

Definition at line 267 of file obexgen.h.

§ m_obex_contacts_buffer_pos

size_t GSM_Phone_OBEXGENData::m_obex_contacts_buffer_pos

m-obex contacts buffer position.

Definition at line 271 of file obexgen.h.

§ m_obex_contacts_buffer_size

size_t GSM_Phone_OBEXGENData::m_obex_contacts_buffer_size

m-obex contacts buffer size.

Definition at line 275 of file obexgen.h.

§ m_obex_contacts_nexterror

int GSM_Phone_OBEXGENData::m_obex_contacts_nexterror

last error of m-obex reading contacts operation.

Definition at line 255 of file obexgen.h.

§ m_obex_contacts_nextid

int GSM_Phone_OBEXGENData::m_obex_contacts_nextid

m-obex counter for reading contacts

Definition at line 251 of file obexgen.h.

§ m_obex_error

int GSM_Phone_OBEXGENData::m_obex_error

m-obex return code.

Definition at line 235 of file obexgen.h.

§ m_obex_newid

int GSM_Phone_OBEXGENData::m_obex_newid

m-obex location of newly created entry.

Definition at line 247 of file obexgen.h.

§ NoteCap

IRMC_Capability GSM_Phone_OBEXGENData::NoteCap

Capabilities for note.

Definition at line 219 of file obexgen.h.

§ NoteCount

int GSM_Phone_OBEXGENData::NoteCount

Number of entries in note

Definition at line 191 of file obexgen.h.

§ NoteData

char* GSM_Phone_OBEXGENData::NoteData

Complete note data.

Definition at line 223 of file obexgen.h.

§ NoteIndex

int* GSM_Phone_OBEXGENData::NoteIndex

Index - location translation map for note

Definition at line 199 of file obexgen.h.

§ NoteIndexCount

int GSM_Phone_OBEXGENData::NoteIndexCount

Number of entries in NoteIndex list.

Definition at line 203 of file obexgen.h.

§ NoteLUID

char** GSM_Phone_OBEXGENData::NoteLUID

LUID - location translation map for note

Definition at line 207 of file obexgen.h.

§ NoteLUIDCount

int GSM_Phone_OBEXGENData::NoteLUIDCount

Number of entries in NoteLUID list.

Definition at line 211 of file obexgen.h.

§ NoteOffsets

int* GSM_Phone_OBEXGENData::NoteOffsets

Offsets of entries in note data

Definition at line 195 of file obexgen.h.

§ OBEXCapability

char* GSM_Phone_OBEXGENData::OBEXCapability

Capability data.

Definition at line 227 of file obexgen.h.

§ OBEXDevinfo

char* GSM_Phone_OBEXGENData::OBEXDevinfo

Devinfo data.

Definition at line 231 of file obexgen.h.

§ PbCap

IRMC_Capability GSM_Phone_OBEXGENData::PbCap

Capabilities for phonebook.

Definition at line 107 of file obexgen.h.

§ PbCount

int GSM_Phone_OBEXGENData::PbCount

Number of entries in phonebook

Definition at line 79 of file obexgen.h.

§ PbData

char* GSM_Phone_OBEXGENData::PbData

Complete phonebook data.

Definition at line 111 of file obexgen.h.

§ PbIndex

int* GSM_Phone_OBEXGENData::PbIndex

Index - location translation map for phonebook

Definition at line 87 of file obexgen.h.

§ PbIndexCount

int GSM_Phone_OBEXGENData::PbIndexCount

Number of entries in PbIndex list.

Definition at line 91 of file obexgen.h.

§ PbLUID

char** GSM_Phone_OBEXGENData::PbLUID

LUID - location translation map for phonebook

Definition at line 95 of file obexgen.h.

§ PbLUIDCount

int GSM_Phone_OBEXGENData::PbLUIDCount

Number of entries in PbLUID list.

Definition at line 99 of file obexgen.h.

§ PbOffsets

int* GSM_Phone_OBEXGENData::PbOffsets

Offsets of entries in phonebook data

Definition at line 83 of file obexgen.h.

§ ReadCalendar

int GSM_Phone_OBEXGENData::ReadCalendar

Number of read calendar entries.

Definition at line 187 of file obexgen.h.

§ ReadPhonebook

int GSM_Phone_OBEXGENData::ReadPhonebook

Number of read phonebook entries.

Definition at line 115 of file obexgen.h.

§ ReadTodo

int GSM_Phone_OBEXGENData::ReadTodo

Number of read todo entries.

Definition at line 147 of file obexgen.h.

§ Service

OBEX_Service GSM_Phone_OBEXGENData::Service

Definition at line 70 of file obexgen.h.

§ TodoCount

int GSM_Phone_OBEXGENData::TodoCount

Number of entries in todo

Definition at line 119 of file obexgen.h.

§ TodoIndex

int* GSM_Phone_OBEXGENData::TodoIndex

Index - location translation map for todo

Definition at line 127 of file obexgen.h.

§ TodoIndexCount

int GSM_Phone_OBEXGENData::TodoIndexCount

Number of entries in TodoIndex list.

Definition at line 131 of file obexgen.h.

§ TodoLUID

char** GSM_Phone_OBEXGENData::TodoLUID

LUID - location translation map for todo

Definition at line 135 of file obexgen.h.

§ TodoLUIDCount

int GSM_Phone_OBEXGENData::TodoLUIDCount

Number of entries in TodoLUID list.

Definition at line 139 of file obexgen.h.

§ TodoOffsets

int* GSM_Phone_OBEXGENData::TodoOffsets

Offsets of todo entries in calendar data

Definition at line 123 of file obexgen.h.

§ UpdateCalLUID

gboolean GSM_Phone_OBEXGENData::UpdateCalLUID

Whether to update CalLUID after this request.

Definition at line 175 of file obexgen.h.

§ UpdateNoteLUID

gboolean GSM_Phone_OBEXGENData::UpdateNoteLUID

Whether to update NoteLUID after this request.

Definition at line 215 of file obexgen.h.

§ UpdatePbLUID

gboolean GSM_Phone_OBEXGENData::UpdatePbLUID

Whether to update PbLUID after this request.

Definition at line 103 of file obexgen.h.

§ UpdateTodoLUID

gboolean GSM_Phone_OBEXGENData::UpdateTodoLUID

Whether to update TodoLUID after this request.

Definition at line 143 of file obexgen.h.


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