AGpsInterface_v1 Struct Reference

AGpsInterface_v1 Struct Reference

#include < gps_internal.h >

Data Fields

size_t  size
 
void(*  init )( AGpsCallbacks *callbacks)
 
int(*  data_conn_open )(const char *apn)
 
int(*  data_conn_closed )()
 
int(*  data_conn_failed )()
 
int(*  set_server )( AGpsType type, const char *hostname, int port)
 

Detailed Description

Legacy extended interface for AGPS support. See AGpsInterface_v2 for more information.

Definition at line 84 of file gps_internal.h .

Field Documentation

int(* data_conn_closed)()

Definition at line 89 of file gps_internal.h .

int(* data_conn_failed)()

Definition at line 90 of file gps_internal.h .

int(* data_conn_open)(const char *apn)

Definition at line 88 of file gps_internal.h .

void(* init)( AGpsCallbacks *callbacks)

Definition at line 87 of file gps_internal.h .

int(* set_server)( AGpsType type, const char *hostname, int port)

Definition at line 91 of file gps_internal.h .

size_t size

set to sizeof(AGpsInterface_v1)

Definition at line 86 of file gps_internal.h .


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