1.5.4.4 AL_RESULT Enum

C

typedef enum
{
    AL_SUCCESS,
    AL_ERROR
} AL_RESULT;

Summary

Result of a Meters And More AL module interface operation.

Description

Lists the possible results of Meters And More AL module operations.

Remarks

None.