= MnBdClearEvent = Clear an event function designation previously established with MnBdSetEvent {{{ void MnBdClearEvent(int item); }}} == Parameters == * item - clear item such as MNBD_REQ_GET_WT == Return Value == This function does not return any value == Remarks == == Examples == {{{ MnBdClearEvent(MNBD_REQ_GET_WT); }}} == See Also == * [wiki:MnBdSetEvent MnBdSetEvent]