|
Linux LITE MBIM
MBPL_SDK_R25_ENG3
|
#include <MbimSyncObject.h>
Data Fields | |
| pthread_mutex_t | mutex |
| pthread_cond_t | condition |
| uint32_t | status |
| uint8_t * | informationBuffer |
| uint32_t | informationBufferLength |
This structure is a wrapper around a mutex and condition object and an external buffer. It is a convenience object which may be used to create synchronous MBIM APIs.
| mutex |
|
| condition |
|
| status |
|
| informationBuffer |
|
| informationBufferLength |
|