FlpGeofencingInterface 구조체 참조
#include <
fused_location.h
>
데이터 필드 |
|
size_t | 크기 |
void(* | init )( FlpGeofenceCallbacks *callbacks) |
void(* | add_geofences )(int32_t number_of_geofences, Geofence **geofences) |
void(* | pause_geofence )(int32_t geofence_id) |
void(* | resume_geofence )(int32_t geofence_id, int monitor_transitions) |
void(* | modify_geofence_option )(int32_t geofence_id, GeofenceOptions *options) |
void(* | remove_geofences )(int32_t number_of_geofences, int32_t *geofence_id) |
상세 설명
FLP_Geofencing 지원을 위한 확장된 인터페이스
fused_location.h 파일의 764 строке에 정의
필드 문서
void(* add_geofences)(int32_t number_of_geofences, Geofence **geofences) |
지오펜싱 목록을 추가합니다. 매개변수: number_of_geofences - 추가해야 하는 지오펜싱 수입니다. geofences - Geofence 구조체에 대한 포인터 배열의 포인터입니다.
fused_location.h FILE의 782 라인에 정의되어 있습니다.
void(* init)( FlpGeofenceCallbacks *callbacks) |
지오펜스 인터페이스를 열고 이 인터페이스의 구현에 콜백 루틴을 제공합니다. 호출되면 FlpGeofenceCallbacks 에서 flp_capabilities_callback을 호출하여 구현에서 지원하는 기능을 지정하여 응답해야 합니다.
fused_location.h 파일의 774 줄에 정의되어 있습니다.
void(* modify_geofence_option)(int32_t geofence_id, GeofenceOptions *options) |
특정 지오펜스 옵션을 수정합니다. 매개변수: geofence_id - 지오펜싱의 ID입니다. options - 지오펜싱과 관련된 다양한 옵션입니다. 자세한 내용은 GeofenceOptions 구조를 참고하세요.
fused_location.h FILE의 810 라인에 정의되어 있습니다.
void(* pause_geofence)(int32_t geofence_id) |
특정 지오펜싱의 모니터링을 일시중지합니다. 매개변수: geofence_id - 지오펜싱의 ID입니다.
fused_location.h FILE의 789 라인에 정의가 있습니다.
void(* remove_geofences)(int32_t number_of_geofences, int32_t *geofence_id) |
지오펜스 목록을 삭제합니다. 함수가 반환된 후에는 알림을 전송하면 안 됩니다. 매개변수: number_of_geofences - 추가해야 하는 지오펜스 수입니다. geofence_id - 삭제할 geofence_id 배열의 포인터입니다.
fused_location.h 파일의 819 줄에 있는 정의입니다.
void(* resume_geofence)(int32_t geofence_id, int monitor_transitions) |
특정 지오펜싱 모니터링을 재개합니다. 매개변수: geofence_id - 지오펜싱의 ID입니다. monitor_transitions - 모니터링할 전환입니다. FLP_GEOFENCE_TRANSITION_ENTERED, FLP_GEOFENCE_TRANSITION_EXITED, FLP_GEOFENCE_TRANSITION_UNCERTAIN의 비트 OR입니다. 이 값은 add_geofence_area 호출에서 제공된 연결된 값을 대체합니다.
fused_location.h FILE의 801 라인에 정의가 있습니다.
size_t 크기 |
sizeof(FlpGeofencingInterface)로 설정
fused_location.h FILE의 766 라인에 정의가 있습니다.
이 구조체에 관한 문서는 다음 파일에서 생성되었습니다.
- hardware/libhardware/include/hardware/ fused_location.h