1.2.12.7 WDRV_WINC_CustIEStoreCtxRemoveIE Function

C

WDRV_WINC_STATUS WDRV_WINC_CustIEStoreCtxRemoveIE
(
WDRV_WINC_CUST_IE_STORE_CONTEXT *const pCustIECtx,
uint8_t id
)

Summary

Removes data from the custom IE store.

Description

This function removes a custom IE from the store which matches the ID provided.

Precondition

WDRV_WINC_CustIEStoreCtxSetStorage must have been called.

Parameters

ParamDescription
pCustIECtxPointer to custom IE store.
idID of custom IE to remove.

Returns

WDRV_WINC_STATUS_OK - The data was added successfully.

WDRV_WINC_STATUS_INVALID_ARG - The parameters were incorrect.

Remarks

None.