1.2.5.83 LBP_STATUS Enum

C

typedef enum
{
    LBP_STATUS_OK = 0,
    LBP_STATUS_NOK,
    LBP_STATUS_UNSUPPORTED_PARAMETER,
    LBP_STATUS_INVALID_INDEX,
    LBP_STATUS_INVALID_LENGTH,
    LBP_STATUS_INVALID_VALUE
} LBP_STATUS;

Summary

Identifies the list of errors returned by the LBP.

Description

This enumeration identifies the list of errors returned by the LBP.

Remarks

None.