DRV_ENC28J60_LinkCheck Function
C
bool DRV_ENC28J60_LinkCheck(DRV_HANDLE hMac);
Returns
true - if the link is active
false - all other times
Description
ENC28J60 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_ENC28J60_Open.
Parameters
Parameters | Description |
---|---|
hMac | the successfully opened handle |