次の方法で共有


RTC_LISTEN_MODE (Windows Embedded CE 6.0)

1/6/2010

This enumeration defines possible listening modes.

Syntax

typedef enum RTC_LISTEN_MODE {
  RTCLM_NONE,
  RTCLM_DYNAMIC,
  RTCLM_BOTH
} RTC_LISTEN_MODE;

Elements

  • RTCLM_NONE
    The SIP layer binds to a dynamic port for outgoing sessions processing, but it does not accept incoming sessions.
  • RTCLM_DYNAMIC
    The SIP layer binds to a dynamic port and listens for incoming sessions on that port.
  • RTCLM_BOTH
    The SIP layer binds both a dynamic port and a well-known static port, and it listens for incoming calls on both of them.

Requirements

Header rtccore.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

RTC Client API Enumerations
IRTCClient::ListenForIncomingSessions