1.1.4.16 WDRV_WINC_Close
Function
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
handle - Client handle obtained by a call to WDRV_WINC_Open.
Returns
None.
Remarks
None.