Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdRead


Ignore:
Timestamp:
08/20/10 13:51:22 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v2  
    11= MnBdRead =
     2Reads the specified main board device.
     3
     4{{{
     5int MnBdRead(int nDev);
     6}}}
     7
     8== Parameters ==
     9
     10 * nDev - main board device number
     11
     12== Return Value ==
     13
     14 * Returns MNBD_READ_IDLE if there is no data, MNBD_READ_RCVING if receiving data, MNBD_REQ_ACK_RCVD if acknowledgement received. If MnBdRequest is used with the WAIT_ACK parameter this function is automatically called to wait for the result.
     15
     16== Remarks ==
     17
     18
     19== Examples ==
     20
     21{{{
     22int n = MnBdRead(MNBD_DEV);
     23}}}
     24
     25
     26== See Also ==
     27
     28 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdRequest MnBdRequest]
     29 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdStartup MnBdStartup]