1.2.8.9 WDRV_WINC_IPLinkActive Function
C
bool WDRV_WINC_IPLinkActive(DRV_HANDLE handle)
Summary
Indicates state of IP link.
Description
Returns a flag indicating if the IP link is active or not.
Precondition
WDRV_WINC_Initialize should have been called. WDRV_WINC_Open should have been called to obtain a valid handle.
Parameters
Param | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open. |
Returns
Flag indicating IP link active state (true/false).
Remarks
None.