MobileBroadbandDeviceServiceInformation
MobileBroadbandDeviceServiceInformation
MobileBroadbandDeviceServiceInformation
MobileBroadbandDeviceServiceInformation
Class
Definition
Contains information about a mobile broadband device service.
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : sealed class MobileBroadbandDeviceServiceInformation : IMobileBroadbandDeviceServiceInformationpublic sealed class MobileBroadbandDeviceServiceInformation : IMobileBroadbandDeviceServiceInformationPublic NotInheritable Class MobileBroadbandDeviceServiceInformation Implements IMobileBroadbandDeviceServiceInformation// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
A list of device service information objects is retrieved by the DeviceServices property on the MobileBroadbandModem.
Properties
DeviceServiceId DeviceServiceId DeviceServiceId DeviceServiceId
Gets the unique device service identifier for the mobile broadband device.
public : PlatForm::Guid DeviceServiceId { get; }public Guid DeviceServiceId { get; }Public ReadOnly Property DeviceServiceId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The unique device service identifier for the mobile broadband device.
IsDataReadSupported IsDataReadSupported IsDataReadSupported IsDataReadSupported
Determines if the mobile broadband device service is able to read data.
public : PlatForm::Boolean IsDataReadSupported { get; }public bool IsDataReadSupported { get; }Public ReadOnly Property IsDataReadSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
If the mobile broadband device service is able to read data.
IsDataWriteSupported IsDataWriteSupported IsDataWriteSupported IsDataWriteSupported
Determines if the mobile broadband device service is able to write data.
public : PlatForm::Boolean IsDataWriteSupported { get; }public bool IsDataWriteSupported { get; }Public ReadOnly Property IsDataWriteSupported As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
If the mobile broadband device service is able to write data.