= MnBdRead = Reads the specified main board device. {{{ int MnBdRead(int nDev); }}} == Parameters == * nDev - main board device number == Return Value == * 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. == Remarks == == Examples == {{{ int n = MnBdRead(MNBD_DEV); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdRequest MnBdRequest] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdStartup MnBdStartup]