Name

mpt_event_deregister — Deregister protocol-specific event callback

Synopsis

void mpt_event_deregister (int cb_idx);
 

Arguments

cb_idx

previously registered callback handle

Description

Each protocol-specific driver should call this routine when it does not (or can no longer) handle events, or when its module is unloaded.

Description

Each protocol-specific driver should call this routine when it does not (or can no longer) handle events, or when its module is unloaded.