int __stdcall SME_Ping ( SME_HANDLE  handle)

Contacts the currently selected module to ensure it's powered and accessible.

Parameters
[in]handleValid handle returned by SME_Initialize().
Return values
1Module responded to request. Module is powered and accessible.
0Module did not respond to request. Module may not be powered, may be unplugged, or misconfigured.
-1Invalid SME_Initialize handle.

Because most of the SME functions work based off of an internal list compiled when SME_SearchForModules() is called, this function has been provided to check the real status of the currently selected module.

 
 
Generated on Mon Nov 26 2018.