1.4.3.14 MMHI_RESULT Enum
C
typedef enum
{
// Operation completed with success
MMHI_SUCCESS = 0,
// CRC error
MMHI_ERROR_CRC,
// Wrong argument/parameter length
MMHI_ERROR_WPL,
// Wrong argument/parameter value
MMHI_ERROR_WPV,
// Function is busy or not configured
MMHI_ERROR_BUSY,
// Command Unknown
MMHI_ERROR_COMMAND,
// Function is physically not present or not connected
MMHI_ERROR_NOT_PRESENT,
// Function is disabled by a software option
MMHI_ERROR_DISABLED,
// Operation timeout
MMHI_ERROR_TIMEOUT,
// Generic error
MMHI_ERROR = 0xFF,
} MMHI_RESULT;
Summary
Result of a Meters And More host interface operation.
Description
Lists the possible results of Meters And More host interface module operations.
Remarks
None.
