S60 3rd Edition API Reference: sdpcodecconstants.h File Reference

sdpcodecconstants.h File Reference

API published in: S60 2nd Ed

Link against: sdpcodec.lib

Capability Information

Required Capabilities

None

Exceptions


Go to the source code of this file.


Functions

 _LIT8 (KDotStr,".")
 _LIT8 (KColonStr,":")
 _LIT8 (KSPStr," ")
 _LIT8 (KEqualStr,"=")
 _LIT8 (KSlashStr,"/")
 _LIT8 (KHyphenStr,"-")
 _LIT8 (KCRLFStr,"\r\n")
 _LIT8 (KLFStr,"\n")
 _LIT8 (KCRStr,"\r")
 _LIT8 (KEofStr,"\0")
 _LIT8 (KValidFQDNChars,"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-")

Variables

const TText8 KDotChar = '.'
const TText8 KColonChar = ':'
const TText8 KSPChar = ' '
const TText8 KEqualChar = '='
const TText8 KSlashChar = '/'
const TText8 KHyphenChar = '-'
const TText8 KLFChar = '\n'
const TText8 KCRChar = '\r'
const TText8 KEofChar = '\0'

Function Documentation

_LIT8 KValidFQDNChars ,
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-" 
 
_LIT8 KEofStr ,
"\0" 
 
_LIT8 KCRStr ,
"\r" 
 
_LIT8 KLFStr ,
"\n" 
 
_LIT8 KCRLFStr ,
"\r\n" 
 
_LIT8 KHyphenStr ,
"-" 
 
_LIT8 KSlashStr ,
"/" 
 
_LIT8 KEqualStr   ) 
 
_LIT8 KSPStr ,
" " 
 
_LIT8 KColonStr ,
":" 
 
_LIT8 KDotStr ,
"." 
 

Variable Documentation

const TText8 KColonChar = ':'
 
const TText8 KCRChar = '\r'
 
const TText8 KDotChar = '.'
 
const TText8 KEofChar = '\0'
 
const TText8 KEqualChar = '='
 
const TText8 KHyphenChar = '-'
 
const TText8 KLFChar = '\n'
 
const TText8 KSlashChar = '/'
 
const TText8 KSPChar = ' '
 

Copyright © Nokia Corporation 2001-2007
Back to top