UCC_SIGNALING_REQUEST_TYPE Enumeration

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates signaling messages supported by Office Communications Server and the UCC API.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Enumeration UCC_SIGNALING_REQUEST_TYPE
public enum UCC_SIGNALING_REQUEST_TYPE
public enum class UCC_SIGNALING_REQUEST_TYPE
public enum UCC_SIGNALING_REQUEST_TYPE
public enum UCC_SIGNALING_REQUEST_TYPE

Members

Member name Description
UCCSRT_ACK A flag to indicate an ACK message based on the SIP standard.
UCCSRT_BYE A flag to indicate a BYE message based on the SIP standard.
UCCSRT_CANCEL A flag to indicate a CANCEL message based on the SIP standard.
UCCSRT_INFO A flag to indicate an INFO message based on the SIP standard.
UCCSRT_INVITE A flag to indicate an INVITE message based on the SIP standard.
UCCSRT_MESSAGE A flag to indicate a MESSAGE request based on the SIP standard.
UCCSRT_NOTIFY A flag to indicate a NOTFIY message based on the SIP standard.
UCCSRT_OPTIONS A flag to indicate an OPTIONS message based on the SIP standard.
UCCSRT_REFER A flag to indicate a REFER message based on the SIP standard.
UCCSRT_REGISTER A flag to indicate a REGISTER message based on the SIP standard.
UCCSRT_SERVICE A flag to indicate a SERVICE message based on the SIP standard.
UCCSRT_SUBSCRIBE A flag to indicate a SUBSCRIBE message based on the SIP standard.
UCCSRT_UNKNOWN A flag to indicate that the message type is unknown.
UCCSRT_UPDATE A flag to indicate an UPDATE message based on the SIP standard.

Remarks

Win32 COM/C++ Syntax

typedef enum UCC_SIGNALING_REQUEST_TYPE
{
   UCCSRT_UNKNOWN,
   UCCSRT_ACK,
   UCCSRT_BYE,
   UCCSRT_CANCEL,
   UCCSRT_INFO,
   UCCSRT_INVITE,
   UCCSRT_MESSAGE,
   UCCSRT_NOTIFY,
   UCCSRT_OPTIONS,
   UCCSRT_REFER,
   UCCSRT_REGISTER,
   UCCSRT_SERVICE,
   UCCSRT_SUBSCRIBE,
   UCCSRT_UPDATE
};

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

Microsoft.Office.Interop.UccApi Namespace