| | 2 | Closes the specified main board device. |
| | 3 | |
| | 4 | {{{ |
| | 5 | void MnBdClose(int nDev); |
| | 6 | }}} |
| | 7 | |
| | 8 | == Parameters == |
| | 9 | |
| | 10 | * nDev - main board device number |
| | 11 | |
| | 12 | == Return Value == |
| | 13 | |
| | 14 | Function does not return any result. |
| | 15 | |
| | 16 | == Remarks == |
| | 17 | |
| | 18 | MnBdShutdown may be used at the shutdown of an application to automatically call MnBdClose for all appropriate devices. |
| | 19 | |
| | 20 | == Examples == |
| | 21 | |
| | 22 | {{{ |
| | 23 | MnBdClose(MNBD_DEV); |
| | 24 | }}} |
| | 25 | |
| | 26 | |
| | 27 | == See Also == |
| | 28 | |
| | 29 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdOpen MnBdOpen] |
| | 30 | * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdShutdown MnBdShutdown] |