int __stdcall SME_GetDHCPConfig ( SME_HANDLE  handle,
int *  status 
)

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

Parameters
[in]handleValid handle returned by SME_Initialize().
[out]status
Return values
0Successful completion.
-1Invalid SME_Initialize handle.
-2No module selected. Call SME_SearchForModules() first.
-3Invalid parameter.

If DHCP is enabled for the module, then status will be returned as non-zero.

Referenced by CCEthernet::find_devices().

 
 
Generated on Mon Nov 26 2018.