MobileBroadbandTransmissionStateChangedEventArgs
MobileBroadbandTransmissionStateChangedEventArgs
MobileBroadbandTransmissionStateChangedEventArgs
MobileBroadbandTransmissionStateChangedEventArgs
Class
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.]
Provides data for the TransmissionStateChanged event.
public : sealed class MobileBroadbandTransmissionStateChangedEventArgs : IMobileBroadbandTransmissionStateChangedEventArgspublic sealed class MobileBroadbandTransmissionStateChangedEventArgs : IMobileBroadbandTransmissionStateChangedEventArgsPublic NotInheritable Class MobileBroadbandTransmissionStateChangedEventArgs Implements IMobileBroadbandTransmissionStateChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
IsTransmitting IsTransmitting IsTransmitting IsTransmitting
Prerelease. Gets a value that indicates whether the modem is transmitting.
public : PlatForm::Boolean IsTransmitting { get; }public bool IsTransmitting { get; }Public ReadOnly Property IsTransmitting As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the modem is transmitting; otherwise, false.