Back to Sealevel      

int SME_Ping ( SME_HANDLE  handle  ) 

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

Parameters:
[in] handle Valid handle returned by SME_Initialize().
Return values:
1 Module responded to request. Module is powered and accessible.
0 Module did not respond to request. Module may not be powered, may be unplugged, or misconfigured.
-1 Invalid 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 18 Sep 2007.