![]() |
RDK Documentation (Open Sourced RDK Components)
|
IARM-Bus MFR Manager Public API. More...
#include "libIBus.h"#include "libIARM.h"#include "mfrTypes.h"#include "mfr_wifi_types.h"#include "mfr_wifi_api.h"

Go to the source code of this file.
Data Structures | |
| struct | _IARM_Bus_MFRLib_GetSerializedData_Param_t |
| struct | _IARM_Bus_MFRLib_WriteImage_Param_t |
| struct | _IARM_Bus_MFRLib_CommonAPI_WriteImageCb_Param_t |
| struct | _IARM_BUS_MFRLIB_API_WIFI_Credentials_Param_t |
| struct | _IARM_Bus_MFRLib_SetBLPattern_Param_t |
Macros | |
| #define | IARM_BUS_MFRLIB_NAME "MFRLib" |
| #define | IARM_BUS_MFRLIB_API_GetSerializedData "mfrGetManufacturerData" |
| #define | IARM_BUS_MFRLIB_API_DeletePDRI "mfrDeletePDRI" |
| #define | IARM_BUS_MFRLIB_API_ScrubAllBanks "scrubAllBanks" |
| #define | IARM_BUS_MFRLIB_API_WriteImage "mfrWriteImage" |
| #define | IARM_BUS_MFRLIB_API_WIFI_EraseAllData "mfrWifiEraseAllData" |
| #define | IARM_BUS_MFRLIB_API_WIFI_Credentials "mfrWifiCredentials" |
| #define | IARM_BUS_MFRLIB_API_SetBootLoaderPattern "mfrSetBootloaderPattern" |
| #define | IARM_BUS_MFRLIB_COMMON_API_WriteImageCb "WriteImageCb" |
| #define | HDCP_KEY_MAX_SIZE (1280) |
| #define | MAX_SERIALIZED_BUF HDCP_KEY_MAX_SIZE |
| #define | MAX_BUF 255 |
Typedefs | |
| typedef struct _IARM_Bus_MFRLib_GetSerializedData_Param_t | IARM_Bus_MFRLib_GetSerializedData_Param_t |
| typedef struct _IARM_Bus_MFRLib_WriteImage_Param_t | IARM_Bus_MFRLib_WriteImage_Param_t |
| typedef struct _IARM_Bus_MFRLib_CommonAPI_WriteImageCb_Param_t | IARM_Bus_MFRLib_CommonAPI_WriteImageCb_Param_t |
| typedef enum _WifiRequestType | WifiRequestType_t |
| typedef struct _IARM_BUS_MFRLIB_API_WIFI_Credentials_Param_t | IARM_BUS_MFRLIB_API_WIFI_Credentials_Param_t |
| typedef struct _IARM_Bus_MFRLib_SetBLPattern_Param_t | IARM_Bus_MFRLib_SetBLPattern_Param_t |
Enumerations | |
| enum | _WifiRequestType |
IARM-Bus MFR Manager Public API.
This API defines the operations for the IARM-Bus MFR Manager interface.
Definition in file mfrMgr.h.