RILPOSITIONINFO_V2 struttura (ntddrilapitypes.h)

Avviso L'API COM cellulare è deprecata in Windows 10. Questo contenuto viene fornito per supportare la manutenzione dell'operatore OEM e mobile creato Windows Phone applicazioni 8.1.
 
Questa struttura rappresenta la RILPOSITIONINFO_V2.

Sintassi

struct RILPOSITIONINFO_V2 {
  DWORD                  cbSize;
  DWORD                  dwSystemType;
  RILPOSITIONINFOGSM     stGSMServingCellInfo;
  RILPOSITIONINFOUMTS    stUMTSServingCellInfo;
  RILPOSITIONINFOTDSCDMA stTDSCDMAServingCellInfo;
  RILPOSITIONINFOLTE     stLTEServingCellInfo;
  DWORD                  dwCntGSMNMR;
  RILGSMNMR              rgNMR[MAX_GSMPOS_COUNT_OF_NMR];
  DWORD                  dwCntUMTSMRL;
  ruMRL                  RILUMTSMRL[MAX_UMTSPOS_COUNT_OF_MRL];
  DWORD                  dwCntTDSCDMAMRL;
  rtMRL                  RILTDSCDMAMRL[MAX_TDSCDMAPOS_COUNT_OF_MRL];
  DWORD                  dwCntEUTRAMRL;
  RILEUTRAMRL            reMRL[MAX_EUTRAPOS_COUNT_OF_MRL];
  DWORD                  dwCntC2KMRL;
  RILC2KMRL              rc2kMRL[MAX_C2KPOS_COUNT_OF_MRL];
};

Members

cbSize

Dimensioni della struttura in byte.

dwSystemType

Indica il tipo di sistema o i tipi per i quali le informazioni sulle celle sono valide, una maschera bit di uno o più valori RILSYSTEMTYPE . Ad esempio, in un sistema SVLTE, questo potrebbe essere RIL_SYSTEMTYPE_LTE|RIL_SYSTEMTYPE_1XRTT, che indica che le informazioni sulla cella CDMA (incluse le celle di servizio) in rc2kMRL e stLTEServingCellInfo sono valide.

stGSMServingCellInfo

GSM che gestisce le informazioni sulle celle, uno struct RILPOSITIONINFOGSM .

stUMTSServingCellInfo

UMTS che gestisce le informazioni sulle celle, uno struct RILPOSITIONINFOUMTS .

stTDSCDMAServingCellInfo

TD-SCDMA che gestisce le informazioni sulle celle, uno struct RILPOSITIONINFOTDSCDMA . Questo campo non è presente in RILPOSITIONINFO_V1.

stLTEServingCellInfo

LTE che gestisce le informazioni sulle celle, uno struct RILPOSITIONINFOLTE .

dwCntGSMNMR

Numero di report di misurazione della rete GSM in rgNMR.

rgNMR[15]

Report di misurazione della rete GSM, una matrice di struct RILGSMNMR .

dwCntUMTSMRL

Numero di voci nell'elenco dei risultati misurati UMTS ruMRL.

ruMRL[15]

dwCntTDSCDMAMRL

Numero di voci nell'elenco dei risultati misurati TD-SCDMA rtMRL. Questo campo non è presente in RILPOSITIONINFO_V1.

rtMRL[15]

dwCntEUTRAMRL

Numero di voci nell'elenco dei risultati misurati EUTRAN (LTE).

reMRL[15]

Elenco dei risultati misurati E-UTRAN (LTE), matrice di struct RILEUTRAMRL .

dwCntC2KMRL

Numero di voci nell'elenco dei risultati misurati cdma2000 rc2kMRL.

rc2kMRL[12]

Elenco dei risultati misurati cdma2000, matrice di RILC2KMRL struct.

Requisiti

Requisito Valore
Intestazione ntddrilapitypes.h (include Rilapitypes.h, Ntddrilapitypes.h)

Vedi anche

Strutture COM cellulari