Back to Sealevel      

int SME_GetDHCPConfig ( SME_HANDLE  handle,
int *  status 
)

Gets the currently selected Sealevel I/O module's DHCP status (on or off).

Parameters:
[in] handle Valid handle returned by SME_Initialize().
[out] status 
Return values:
0 Successful completion.
-1 Invalid SME_Initialize handle.
-2 No module selected. Call SME_SearchForModules() first.
-3 Invalid parameter.
If DHCP is enabled for the module, then status will be returned as non-zero.

 
 
Generated on 18 Sep 2007.