MobileBroadbandDeviceService
MobileBroadbandDeviceService
MobileBroadbandDeviceService
MobileBroadbandDeviceService
Class
Definition
Represents 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 MobileBroadbandDeviceService : IMobileBroadbandDeviceServicepublic sealed class MobileBroadbandDeviceService : IMobileBroadbandDeviceServicePublic NotInheritable Class MobileBroadbandDeviceService Implements IMobileBroadbandDeviceService// 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
The GetDeviceService method on the MobileBroadbandModem gets a specific device service for the mobile broadband modem.
Properties
DeviceServiceId DeviceServiceId DeviceServiceId DeviceServiceId
Gets the unique device service identity for the mobile broadband device service.
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 identity for the Mobile Broadband device service.
SupportedCommands SupportedCommands SupportedCommands SupportedCommands
Gets a list of supported device service commands for the mobile broadband device service.
public : IVectorView<uint> SupportedCommands { get; }public IReadOnlyList<uint> SupportedCommands { get; }Public ReadOnly Property SupportedCommands As IReadOnlyList<uint>// You can use this property in JavaScript.
- Value
- IVectorView<unsigned int> IReadOnlyList<uint> IReadOnlyList<uint> IReadOnlyList<uint>
A list of supported device service commands for the mobile broadband device service.
- See Also
Methods
OpenCommandSession() OpenCommandSession() OpenCommandSession() OpenCommandSession()
Opens a new MobileBroadbandDeviceServiceCommandSession for the mobile broadband device service.
public : MobileBroadbandDeviceServiceCommandSession OpenCommandSession()public MobileBroadbandDeviceServiceCommandSession OpenCommandSession()Public Function OpenCommandSession() As MobileBroadbandDeviceServiceCommandSession// You can use this method in JavaScript.
A new command session for the mobile broadband device service.
- See Also
OpenDataSession() OpenDataSession() OpenDataSession() OpenDataSession()
Opens a new MobileBroadbandDeviceServiceDataSession for the mobile broadband device service.
public : MobileBroadbandDeviceServiceDataSession OpenDataSession()public MobileBroadbandDeviceServiceDataSession OpenDataSession()Public Function OpenDataSession() As MobileBroadbandDeviceServiceDataSession// You can use this method in JavaScript.
A new data session for the Mobile Broadband device service.
- See Also
See Also
- MobileBroadbandDeviceServiceCommandSession MobileBroadbandDeviceServiceCommandSession MobileBroadbandDeviceServiceCommandSession MobileBroadbandDeviceServiceCommandSession
- MobileBroadbandDeviceServiceDataSession MobileBroadbandDeviceServiceDataSession MobileBroadbandDeviceServiceDataSession MobileBroadbandDeviceServiceDataSession