|
Linux LITE MBIM
MBPL_SDK_R25_ENG3
|
#include <stdio.h>#include <stdint.h>#include <stdbool.h>Go to the source code of this file.
Data Structures | |
| struct | MbimTransaction |
Typedefs | |
| typedef void(* | MBIM_DONE_CALLBACK) (uint32_t status, uint32_t transactionId, uint8_t *informationBuffer, uint32_t informationBufferLength, void *pDoneCallbackContext) |
| typedef struct MbimTransaction | MbimTransaction |
Functions | |
| void | MbimTransaction_Initialize (MbimTransaction *pThis, uint32_t transactionId, MBIM_DONE_CALLBACK pDoneCallback, void *pDoneCallbackContext) |