1# telephony_data.h 2 3## 概述 4 5为电话蜂窝数据定义C接口。 6 7**引用文件:** <telephony/core_service/telephony_radio.h> 8 9**库:** libtelephony_data.so 10 11**系统能力:** SystemCapability.Telephony.CellularData 12 13**起始版本:** 13 14 15**相关模块:** [Telephony](capi-telephony.md) 16 17 18## 汇总 19 20### 函数 21 22| 名称 | 描述 | 23| -- | -- | 24| [int32_t OH_Telephony_GetDefaultCellularDataSlotId(void)](#oh_telephony_getdefaultcellulardataslotid) | 获取默认移动数据的SIM卡接口。 | 25 26## 函数说明 27 28### OH_Telephony_GetDefaultCellularDataSlotId() 29 30``` 31int32_t OH_Telephony_GetDefaultCellularDataSlotId(void) 32``` 33 34**描述** 35 36获取默认移动数据的SIM卡接口。 37 38**系统能力:** SystemCapability.Telephony.CellularData 39 40**起始版本:** 13 41 42**返回:** 43 44| 类型 | 说明 | 45| -- | -- | 46| int32_t | 默认移动数据的SIM卡接口 (0 表示卡槽1, 1 表示卡槽2)。 | 47 48 49