1.3.3.11 PAL_RESULT Enum

C

typedef enum
{
    PAL_RESULT_SUCCESS,
    PAL_RESULT_ERROR,
    PAL_RESULT_TIMEOUT,
    PAL_RESULT_BUSY_CH,
    PAL_RESULT_DENIED,
    PAL_RESULT_INVALID_PARAMETER

} PAL_RESULT;

Summary

Result of a PAL service client interface operation.

Description

Lists the possible results of PAL service operations.

Remarks

None.