DRV_ENCX24J600_Status Function
C
SYS_STATUS DRV_ENCX24J600_Status(SYS_MODULE_OBJ obect);
Returns
SYS_STATUS_ERROR - if an invalid handle has been passed in
SYS_STATUS_UNINITIALIZED - if the driver has not completed initialization
SYS_STATUS_BUSY - if the driver is closing and moving to the closed state
SYS_STATUS_READY - if the driver is ready for client commands
Description
ENCX24J600 Status This function will get the status of the driver instance. The driver had to be successfully initialized with DRV_ENCX24J600_Initialize().
Parameters
Parameters | Description |
---|---|
object | The object valid passed back to DRV_ENCX24J600_Initialize() |