Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdClearEvent


Ignore:
Timestamp:
12/13/12 15:19:03 (12 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdClearEvent

    v1 v1  
     1= MnBdClearEvent =
     2Clear an event function designation previously established with MnBdSetEvent
     3
     4{{{
     5void MnBdClearEvent(int item);
     6}}}
     7
     8== Parameters ==
     9
     10 * item - clear item such as MNBD_REQ_GET_WT
     11
     12== Return Value ==
     13
     14This function oes not return any value
     15
     16== Remarks ==
     17
     18== Examples ==
     19
     20{{{
     21MnBdClearEvent(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