MobileBroadbandSarManager.SetTransmissionStateChangedHysteresisAsync Method

Definition

Sets the hysteresis timer (1-5 seconds) used to determine if transmission activity is idle.

Note

To use this API you will need to contact Microsoft to request the custom capability microsoft.cellularSARConfiguration_8wekyb3d8bbwe. For more info, see the Custom capabilities section in the App capability declarations topic, and Creating a custom capability to pair a driver with a Hardware Support App.

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

Parameters

timerPeriod
TimeSpan TimeSpan

/** The time-window size ranging from 1 to 5 seconds.

Returns

An asynchronous action.

Attributes

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity microsoft.cellularSARConfiguration_8wekyb3d8bbwe

Applies to