CELLDATACOMPINFO
This structure contains data compression information that is used for v.42bis modem protocol compression settings.
typedef struct celldatacompinfo_tag {
DWORD dwDirection;
BOOL dwRequired;
DWORD dwMaxDictEntries;
DWORD dwMaxStringLength;
} CELLDATACOMPINFO, *LPCELLDATACOMPINFO;
Members
dwDirection
Data compression directions. May be one of the values listed in the following table. CELLDEVCONFIG_DATACOMPDIR_BOTH is the default setting.Value Description CELLDEVCONFIG_DATACOMPDIR_
UNKNOWNUnknown direction CELLDEVCONFIG_DATACOMPDIR_NONE No compression CELLDEVCONFIG_DATACOMPDIR_
TRANSMITTransmit only CELLDEVCONFIG_DATACOMPDIR_
RECEIVEReceive only CELLDEVCONFIG_DATACOMPDIR_BOTH Both directions, accept any direction dwRequired
If TRUE, data compression is required. If FALSE, data compression is not required. False is the default setting.dwMaxDictEntries
Maximum number of dictionary entries. The range for this is 512 - 65535; 512 is the default setting.dwMaxStringLength
Maximum string length. The range for this is 6 - 250; 6 is the default setting.
Requirements
Smartphone Platforms: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: tsp.h
Library: cellcore.lib
See Also
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.