DRV_ENCX24J600_EventMaskSet Function
C
bool DRV_ENCX24J600_EventMaskSet(DRV_HANDLE hMac, TCPIP_MAC_EVENT macEvents, bool enable); Returns
- true - if the mask could be set
- false - if the mast could not be set
Description
ENCX24J600 Set Event Mask Sets the event mask to what is passed in.
Preconditions
The client had to be successfully opened with DRV_ENCX24J600_Open.
Parameters
| Parameters | Description |
|---|---|
| hMac | the successfully opened handle |
| macEvents | the mask to enable or disable |
| enable | to enable or disable events |
