OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Modulepars   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test cases  

Group Types.SubTypes.StartLineTypes

Declared in module LibSip_SIPTypesAndValues


Types Summary
RequestLine
StatusLine

Details

RequestLine
type record RequestLine
{
  Method            method,
  SipUrl            requestUri,
  charstring        sipVersion
}

Declared in group Types.SubTypes.StartLineTypes

StatusLine
type record StatusLine
{
  charstring        sipVersion,
  integer            statusCode,
  charstring        reasonPhrase
}

Declared in group Types.SubTypes.StartLineTypes