DRV_ENCX24J600_LinkCheck Function
C
bool DRV_ENCX24J600_LinkCheck(DRV_HANDLE hMac);
Returns
true - if the link is active
false - all other times
Description
ENCX24J600 Link Check This function checks the status of the link and returns it to the caller.
Preconditions
The client had to be successfully opened with DRV_ENCX24J600_Open.
Parameters
Parameters | Description |
---|---|
hMac | the successfully opened handle |