meiCanEventNotifyGet
Declaration
|
long meiCanEventNotifyGet(MEICan can,
MPIEventMask *eventMask,
void *external); |
|
Required Header: stdmei.h |
Description
meiCanEventNotifyGet gets the current CAN event mask.
|
can |
handle to the CAN object. |
*eventMask |
a pointer to the 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
meiCanNotifySet
|