MobileBroadbandModemStatus
MobileBroadbandModemStatus
MobileBroadbandModemStatus
MobileBroadbandModemStatus
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Specifies the status of a request to set the modem passthrough status by calling SetIsPassthroughEnabledAsync.
public : enum class MobileBroadbandModemStatuspublic enum MobileBroadbandModemStatusPublic Enum MobileBroadbandModemStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Busy Busy Busy Busy | Prerelease. The modem is busy. |
| NoDeviceSupport NoDeviceSupport NoDeviceSupport NoDeviceSupport | Prerelease. The modem does not support the request. |
| OtherFailure OtherFailure OtherFailure OtherFailure | Prerelease. An unspecified failure occurred. |
| Success Success Success Success | Prerelease. The call was successful. |