HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
Message Type Definitions 873
String Name Type Definitions
RvSipContentTypeHeaderStringName
RvSipContentTypeHeaderStringName
DESCRIPTION
Defines all Content-Type header parameters that are kept in the object in a string
format. This enumeration is defined in the RvSipContentTypeHeader.h header
file.
SYNTAX
typedef enum{
RVSIP_CONTENT_TYPE_MEDIATYPE,
RVSIP_CONTENT_TYPE_MEDIASUBTYPE,
RVSIP_CONTENT_TYPE_BOUNDARY,
RVSIP_CONTENT_TYPE_VERSION,
RVSIP_CONTENT_TYPE_BASE,
RVSIP_CONTENT_TYPE_OTHER_PARAMS,
RVSIP_CONTENT_TYPE_BAD_SYNTAX,
}RvSipContentTypeHeaderStringName;