DRV_MIIM_CLIENT_STATUS Enumeration
C
typedef enum {
DRV_MIIM_CLIENT_STATUS_ERROR,
DRV_MIIM_CLIENT_STATUS_READY
} DRV_MIIM_CLIENT_STATUS;
Members
Members | Description |
---|---|
DRV_MIIM_CLIENT_STATUS_ERROR | Unspecified error condition. Client does not exist |
DRV_MIIM_CLIENT_STATUS_READY | Up and running, can accept operations |
Description
MIIM Driver Operation Result * MIIM Driver Operation Result Codes This enumeration defines the possible results of any of the MIIM driver operations that have the possibility of failing. This result should be checked to ensure that the operation achieved the desired result.