|
meiCanEventNotifySet
Declaration
| |
long meiCanEventNotiySet(MEICan can,
MPIEventMask eventMask,
void *external); |
| |
Required Header: stdmei.h |
Description
meiCanEventNotifySet updates the current CAN event mask.
| |
| can |
handle to the CAN object. |
| eventMask |
a pointer to the new MPI event mask that will be filled in by this function. |
| *external |
external points to an implementation specific structure. Since there is currently no implementation specific data, NULL should be used. |
|
| |
|
| |
|
See Also
meiCanEventNotifyGet
|