AccessoryManager.SwapPhoneCalls(UInt32, UInt32) 方法

定义

将当前电话呼叫置于保持状态,然后连接保持电话呼叫。

public:
 static void SwapPhoneCalls(unsigned int phoneCallIdToHold, unsigned int phoneCallIdOnHold);
 static void SwapPhoneCalls(uint32_t const& phoneCallIdToHold, uint32_t const& phoneCallIdOnHold);
public static void SwapPhoneCalls(uint phoneCallIdToHold, uint phoneCallIdOnHold);
function swapPhoneCalls(phoneCallIdToHold, phoneCallIdOnHold)
Public Shared Sub SwapPhoneCalls (phoneCallIdToHold As UInteger, phoneCallIdOnHold As UInteger)

参数

phoneCallIdToHold
UInt32

unsigned int

uint32_t

用于将电话呼叫置于保留状态的 Idenifier。

phoneCallIdOnHold
UInt32

unsigned int

uint32_t

要连接的电话呼叫的标识符。

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

适用于