DRV_MIIM_CLIENT_STATUS Enumeration

C

typedef enum { 
    DRV_MIIM_CLIENT_STATUS_ERROR, 
    DRV_MIIM_CLIENT_STATUS_READY 
} DRV_MIIM_CLIENT_STATUS; 

Members

MembersDescription
DRV_MIIM_CLIENT_STATUS_ERRORUnspecified error condition. Client does not exist
DRV_MIIM_CLIENT_STATUS_READYUp 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.