Version 2 (modified by 14 years ago) ( diff ) | ,
---|
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
Note:
See TracWiki
for help on using the wiki.