1.4.3.17 MMHI_MIB_RESULT Enum

C

typedef enum
{
    // Operation completed with success.
    MMHI_MIB_SUCCESS,

    // Invalid handle or operation failed.
    MMHI_MIB_ERROR,

} MMHI_MIB_RESULT;

Summary

Result of a Meters And More host interface MIB operation.

Description

Lists the possible results of Meters And More host interface module MIB operations.

Remarks

None.