T-Box Basic dev
Loading...
Searching...
No Matches
ril_property_keys.h File Reference

RIL 可写 property key 定义 More...

Go to the source code of this file.

Macros

#define RIL_PROP_PREFIX   "rw.rild."
 RIL 可写 property 公共前缀
#define RIL_PROP_APN_COUNT   RIL_PROP_PREFIX "apn.count"
 APN 配置数量 property.
#define RIL_PROP_ROUTE   RIL_PROP_PREFIX "route"
 默认路由 APN property
#define RIL_PROP_PROBE_COUNT   RIL_PROP_PREFIX "probe.count"
 网络探测目标数量 property
#define RIL_PROP_DIAL_TIMEOUT_MS   RIL_PROP_PREFIX "dial.timeout_ms"
 异步拨号超时 property
#define RIL_PROP_HEALTH_INTERVAL_MS   RIL_PROP_PREFIX "health.interval_ms"
 健康检查周期 property
#define RIL_PROP_HEALTH_TIMEOUT_MS   RIL_PROP_PREFIX "health.timeout_ms"
 探测超时 property
#define RIL_PROP_HEALTH_FAIL_LIMIT   RIL_PROP_PREFIX "health.fail_limit"
 连续失败阈值 property
#define RIL_PROP_HEALTH_COOLDOWN_SEC   RIL_PROP_PREFIX "health.cooldown_sec"
 恢复冷却时间 property
#define RIL_PROP_HEALTH_RESET_LIMIT   RIL_PROP_PREFIX "health.reset_limit"
 模组复位次数上限 property
#define RIL_PROP_APN_FORMAT   RIL_PROP_PREFIX "apn%u.%s"
 单路 APN property 格式串
#define RIL_PROP_PROBE_FORMAT   RIL_PROP_PREFIX "probe%u.%s"
 单个探测目标 property 格式串
#define RIL_PROP_SUFFIX_ENABLED   "enabled"
 启用开关 property 后缀
#define RIL_PROP_SUFFIX_NAME   "name"
 APN 名称 property 后缀
#define RIL_PROP_SUFFIX_APN_TYPE   "apn_type"
 APN 类型 property 后缀
#define RIL_PROP_SUFFIX_PDP   "pdp"
 PDP 地址类型 property 后缀
#define RIL_PROP_SUFFIX_AUTH   "auth"
 APN 鉴权方式 property 后缀
#define RIL_PROP_SUFFIX_USERNAME   "username"
 APN 用户名 property 后缀
#define RIL_PROP_SUFFIX_PASSWORD   "password"
 APN 密码 property 后缀
#define RIL_PROP_SUFFIX_AUTO_DIAL   "auto_dial"
 自动拨号开关 property 后缀
#define RIL_PROP_SUFFIX_RECONNECT   "reconnect"
 断链重连开关 property 后缀
#define RIL_PROP_SUFFIX_MODE   "mode"
 网络探测方式 property 后缀
#define RIL_PROP_SUFFIX_HOST   "host"
 网络探测地址 property 后缀
#define RIL_PROP_SUFFIX_PORT   "port"
 TCP 探测端口 property 后缀
#define RIL_PROP_SUFFIX_APNS   "apns"
 探测目标适用 APN property 后缀

Detailed Description

RIL 可写 property key 定义

Version
1.0.0
Date
2026-07-17