Internal interface for setting the data and control planes. More...
Functions | |
void | setControlInterface (OtaControlInterface_t *pControlInterface) |
Set control interface for OTA operations. More... | |
OtaErr_t | setDataInterface (OtaDataInterface_t *pDataInterface, const uint8_t *pProtocol) |
Set data interface for OTA operations. More... | |
Internal interface for setting the data and control planes.
void setControlInterface | ( | OtaControlInterface_t * | pControlInterface | ) |
Set control interface for OTA operations.
This function updates the OTA control operation functions as per the config options selected.
[out] | pControlInterface | OTA Control interface. |
OtaErr_t setDataInterface | ( | OtaDataInterface_t * | pDataInterface, |
const uint8_t * | pProtocol | ||
) |
Set data interface for OTA operations.
This function updates the OTA data operation functions as per the config options selected.
[out] | pDataInterface | OTA data interface. |
[in] | pProtocol | Protocols used for the download. |