1.2.7.1 WDRV_WINC_Close Function
C
void WDRV_WINC_Close(DRV_HANDLE handle)
Summary
Closes an instance of the WINC driver.
Description
This is the function that closes an instance of the MAC. All per client data is released and the handle can no longer be used after this function is called.
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
None.
Remarks
None.