WWAN_COMPRESSION enumeration (wwan.h)
The WWAN_COMPRESSION enumeration lists the different compression options that are supported by the MB device.
Syntax
typedef enum _WWAN_COMPRESSION {
WwanCompressionNone,
WwanCompressionEnable,
WwanCompressionMax
} WWAN_COMPRESSION, *PWWAN_COMPRESSION;
Constants
WwanCompressionNone No compression is applied. |
WwanCompressionEnable Enable header and data compression. |
WwanCompressionMax The total number of supported compression options. |
Remarks
This enumeration applies only to GSM devices. The MB Service specifies WwanCompressionNone as the compression type for CDMA-based devices.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of Windows. |
Header | wwan.h (include Wwan.h) |