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 | MbimIndicator |
Typedefs | |
typedef void(* | MBIM_INDICATION_CALLBACK) (uint8_t *deviceServiceId, uint32_t cid, uint8_t *informationBuffer, uint32_t informationBufferLength, void *pIndicationCallbackContext) |
typedef struct MbimIndicator | MbimIndicator |
Functions | |
void | MbimIndicator_Initialize (MbimIndicator *pThis, MBIM_INDICATION_CALLBACK pIndicationCallback, void *pIndicationCallbackContext) |