MobileBroadbandSarManager.GetIsTransmittingAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the modem is transmitting or 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 IAsyncOperation<bool> ^ GetIsTransmittingAsync() = GetIsTransmittingAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> GetIsTransmittingAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> GetIsTransmittingAsync();
function getIsTransmittingAsync()
Public Function GetIsTransmittingAsync () As IAsyncOperation(Of Boolean)
Returns
True if the modem is transmitting; otherwise, it is idle.
- Attributes
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
microsoft.cellularSARConfiguration_8wekyb3d8bbwe
|