Share via


API Result Constants (Compact 2013)

3/26/2014

Function call results.

Value

Description

RIL_RESULT_OK

The RIL function call succeeded. The lpData notification parameter points to a results data buffer. This buffer may be NULL.

RIL_RESULT_NOCARRIER

The RIL function failed because no carrier was detected. The lpData notification parameter is NULL.

RIL_RESULT_ERROR

The RIL function failed. The lpData notification parameter points to an error constant.

RIL_RESULT_NODIALTONE

The RIL function failed because no dial tone was detected. The lpData notification parameter is NULL.

RIL_RESULT_BUSY

The RIL function failed because the line was busy. The lpData notification parameter is NULL.

RIL_RESULT_NOANSWER

The RIL function failed because of the lack of answer. The lpData notification parameter is NULL.

RIL_RESULT_CALLABORTED

The RIL API failed because it was cancelled prior to completion. The lpData notification parameter is NULL.

RIL_RESULT_CALLDROPPED

The RIL API failed because the network dropped the call. The lpData notification parameter is NULL.

RIL_RESULT_RADIOOFF

The RIL API failed because the radio was shut off. The lpData notification parameter is NULL.

Requirements

Header

ril.h

See Also

Reference

RIL Constants
Error Constants