OVERVIEW   INDEX   DEPRECATED   HELP   CORRESPONDENCES  


Module Parameters   Data Types   Component Types   Port Types   Constants   Templates   Signatures   Functions   Altsteps   Test Cases  

Group SMSTypes

Declared in module LibSip_SimpleMsgSummaryTypes


Data Types Summary
SimpleMsgSummary
Msg_status_line
Msg_account
Msg_summary_line
Msg_summary_line_list
Opt_msg_headers

Details

SimpleMsgSummary
type record SimpleMsgSummary { 
Msg_status_line msg_status_line,
Msg_account msg_account optional,
Msg_summary_line_list msg_summary_line_list optional,
Opt_msg_headers opt_msg_headers optional
}

Declared in group SMSTypes

Msg_status_line
type record Msg_status_line {
charstring msg_type,
charstring msg_status
}

Declared in group SMSTypes

Msg_account
type record Msg_account {
charstring msg_type_account,
charstring account_URI
}

Declared in group SMSTypes

Msg_summary_line
type record Msg_summary_line {
charstring msg_context_class,
charstring msgs,
charstring urgent_msgs optional
}

Declared in group SMSTypes

Msg_summary_line_list
type set of Msg_summary_line Msg_summary_line_list

Declared in group SMSTypes

Opt_msg_headers
type set of charstring Opt_msg_headers

Declared in group SMSTypes