MobileBroadbandTransmissionStateChangedEventArgs.IsTransmitting Property
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.
public:
property bool IsTransmitting { bool get(); };
bool IsTransmitting();
public bool IsTransmitting { get; }
var boolean = mobileBroadbandTransmissionStateChangedEventArgs.isTransmitting;
Public ReadOnly Property IsTransmitting As Boolean
Property Value
Boolean
bool
True if the modem is transmitting; otherwise, false.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|