次の方法で共有


AccessoryManager.AcceptPhoneCall メソッド

定義

オーバーロード

AcceptPhoneCall(UInt32)

着信通話を受け入れます。

AcceptPhoneCall(UInt32, PhoneCallAudioEndpoint)

着信通話を受け入れます。

AcceptPhoneCall(UInt32)

着信通話を受け入れます。

public:
 static void AcceptPhoneCall(unsigned int phoneCallId);
/// [Windows.Foundation.Metadata.Overload("AcceptPhoneCall")]
 static void AcceptPhoneCall(uint32_t const& phoneCallId);
[Windows.Foundation.Metadata.Overload("AcceptPhoneCall")]
public static void AcceptPhoneCall(uint phoneCallId);
function acceptPhoneCall(phoneCallId)
Public Shared Sub AcceptPhoneCall (phoneCallId As UInteger)

パラメーター

phoneCallId
UInt32

unsigned int

uint32_t

着信通話の識別子。

属性

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

こちらもご覧ください

適用対象

AcceptPhoneCall(UInt32, PhoneCallAudioEndpoint)

着信通話を受け入れます。

public:
 static void AcceptPhoneCall(unsigned int phoneCallId, PhoneCallAudioEndpoint endPoint);
/// [Windows.Foundation.Metadata.Overload("AcceptPhoneCallOnEndpoint")]
 static void AcceptPhoneCall(uint32_t const& phoneCallId, PhoneCallAudioEndpoint const& endPoint);
[Windows.Foundation.Metadata.Overload("AcceptPhoneCallOnEndpoint")]
public static void AcceptPhoneCall(uint phoneCallId, PhoneCallAudioEndpoint endPoint);
function acceptPhoneCall(phoneCallId, endPoint)
Public Shared Sub AcceptPhoneCall (phoneCallId As UInteger, endPoint As PhoneCallAudioEndpoint)

パラメーター

phoneCallId
UInt32

unsigned int

uint32_t

着信呼び出しの識別子

endPoint
PhoneCallAudioEndpoint

着信通話の音声エンドポイント

属性

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

こちらもご覧ください

適用対象