1# telephony_radio.h 2 3 4## Overview 5 6Defines C APIs for the radio module. 7 8**Library**: libtelephony_radio.so 9 10**System capability**: SystemCapability.Telephony.CoreService 11 12**Since**: 13 13 14**Related module**: [Telephony Radio](ndk-apis-telephony-radio.md) 15 16 17## Summary 18 19 20### Functions 21 22| Name| Description| 23| -------- | -------- | 24| [OH_Telephony_GetNetworkState](ndk-apis-telephony-radio.md#oh_telephony_getnetworkstate) | Obtains the network status.| 25| [OH_Telephony_GetNetworkStateForSlot](ndk-apis-telephony-radio.md#oh_telephony_getnetworkstateforslot) | Obtains the network status of the SIM card in the specified slot.| 26