MobileBroadbandSarManager.SetTransmissionStateChangedHysteresisAsync 方法

定义

设置滞后计时器 (1-5 秒) 用于确定传输活动是否空闲。

注意

若要使用此 API,需要联系 Microsoft 以请求 自定义功能microsoft.cellularSARConfiguration_8wekyb3d8bbwe。 有关详细信息,请参阅应用功能声明主题中的自定义功能部分和创建自定义功能以将驱动程序与硬件支持应用配对

public:
 virtual IAsyncAction ^ SetTransmissionStateChangedHysteresisAsync(TimeSpan timerPeriod) = SetTransmissionStateChangedHysteresisAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetTransmissionStateChangedHysteresisAsync(TimeSpan const& timerPeriod);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetTransmissionStateChangedHysteresisAsync(System.TimeSpan timerPeriod);
function setTransmissionStateChangedHysteresisAsync(timerPeriod)
Public Function SetTransmissionStateChangedHysteresisAsync (timerPeriod As TimeSpan) As IAsyncAction

参数

timerPeriod
TimeSpan TimeSpan

/** 时间窗口大小,范围为 1 到 5 秒。

返回

异步操作。

属性

Windows 要求

应用功能
cellularDeviceControl cellularDeviceIdentity microsoft.cellularSARConfiguration_8wekyb3d8bbwe

适用于