android.hardware.radio@1.2
IRadio
interface IRadio extends @1.1::IRadio
This interface is used by telephony and telecom to talk to cellular radio.All the functions have minimum one parameter:serial:which corresponds to serial no.of request.Serial numbers must only be memorized for the duration of a method call.If clients provide colliding serials(including passing the same serial to different methods), multiple responses(one for each method call)must still be served.setResponseFunctions must work with@1.1::IRadioResponse and@1.1::IRadioIndication.
Methods
startNetworkScan_1_2
oneway startNetworkScan_1_2 (int32_t serial, NetworkScanRequest request)
Starts a network scan
Response function is IRadioResponse.startNetworkScanResponse()
Details | |||||
---|---|---|---|---|---|
RPC mode |
|
||||
Parameters |
|