Linux LITE MBIM  MBPL_SDK_R25_ENG3
Data Fields
MbimIndicator Struct Reference

#include <MbimIndicator.h>

Data Fields

struct MbimIndicatorpPrev
 
struct MbimIndicatorpNext
 
MBIM_INDICATION_CALLBACK pIndicationCallback
 
void * pIndicationCallbackContext
 

Detailed Description

This structure abstracts a MBIM indication callback. Users who wish to be notified of MBIM indications can register one of these objects with the MbimTransport object using MbimTransport_AttachIndicator/MbimTransport_DetachIndicator calls.

Parameters
pPrev
  • A link so that this object can be stored in a linked list by the transport layer. This points to the previous object or NULL if this is the first object in the list.
pNext
  • A link so that this object can be stored in a linked list by the transport layer. This points to the next object or NULL if this is the last object in the list.
pIndicationCallback
  • User callback for MBIM indication.
pIndicationCallbackContext
  • User context for user callback.

Copyright (c) 2011-2020 Sierra Wireless, Inc. All rights reserved