| 2 | Reads the specified main board device. |
| 3 | |
| 4 | {{{ |
| 5 | int 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 | {{{ |
| 22 | int 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] |