| 1 | = MnBdClearEvent = |
| 2 | Clear an event function designation previously established with MnBdSetEvent |
| 3 | |
| 4 | {{{ |
| 5 | void MnBdClearEvent(int item); |
| 6 | }}} |
| 7 | |
| 8 | == Parameters == |
| 9 | |
| 10 | * item - clear item such as MNBD_REQ_GET_WT |
| 11 | |
| 12 | == Return Value == |
| 13 | |
| 14 | This function oes not return any value |
| 15 | |
| 16 | == Remarks == |
| 17 | |
| 18 | == Examples == |
| 19 | |
| 20 | {{{ |
| 21 | MnBdClearEvent(MNBD_REQ_GET_WT); |
| 22 | }}} |
| 23 | |
| 24 | |
| 25 | == See Also == |
| 26 | |
| 27 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdSetEvent MnBdSetEvent] |
| 28 | |