WWAN_MODEM_CONFIG_ID structure (wwan.h)

The WWAN_MODEM_CONFIG_ID structure represents a unique ID for a modem configuration file.

Syntax

typedef struct _WWAN_MODEM_CONFIG_ID {
  DWORD ConfigIdLen;
  BYTE  ConfigId[WWAN_MAX_MODEM_CONFIG_ID_LEN];
} WWAN_MODEM_CONFIG_ID, *PWWAN_MODEM_CONFIG_ID;

Members

ConfigIdLen

A DWORD value indicating the length of ConfigId.

ConfigId[WWAN_MAX_MODEM_CONFIG_ID_LEN]

A byte array representing the configuration ID. The maximum length of this field is 256 bits, or 32 bytes.

Remarks

A value of 0 for ConfigId is a special value that indicates that the configuration ID is not available.

Requirements

Requirement Value
Header wwan.h (include wwan.h)

See also

WWAN_MODEM_CONFIG_INFO