1.1.4.2 WDRV_WINC_Close

C

void WDRV_WINC_Close
(
    DRV_HANDLE handle
)

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 must have been called.

WDRV_WINC_Open must have been called to obtain a valid handle.

Parameters

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.

Returns

None.

Remarks

None.