1.1.12.7 WDRV_WINC_CustIEStoreCtxRemoveIE Function
WDRV_WINC_STATUS WDRV_WINC_CustIEStoreCtxRemoveIE (
WDRV_WINC_CUST_IE_STORE_CONTEXT *const pCustIECtx, uint8_t id
)
C
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
Param | Description |
pCustIECtx | Pointer to custom IE store. |
id | ID 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.