DRV_ENC28J60_EventAcknowledge Function
C
bool DRV_ENC28J60_EventAcknowledge(DRV_HANDLE hMac, TCPIP_MAC_EVENT macEvents);
Returns
true - if successful
false - if not successful
Description
ENC28J60 Acknowledge Event This function acknowledges an event.
Preconditions
The client had to be successfully opened with DRV_ENC28J60_Open.
Parameters
Parameters | Description |
---|---|
hMac | the successfully opened handle |
macEvents | the events to acknowledge |