wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/MnBdClose

Version 3 (modified by Don Wilson, 6 years ago) ( diff )

--

MnBdClose

Closes the specified main board device.

void MnBdClose(int nDev);

Parameters

  • nDev - main board device number

Return Value

Function does not return any result.

Remarks

MnBdShutdown may be used at the shutdown of an application to automatically call MnBdClose for all appropriate devices.

Examples

MnBdClose(MNBD_DEV);

See Also

Note: See TracWiki for help on using the wiki.