MobileBroadbandModem.GetDeviceService(Guid) Method
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 specific device service for the mobile broadband modem.
public:
virtual MobileBroadbandDeviceService ^ GetDeviceService(Platform::Guid deviceServiceId) = GetDeviceService;
MobileBroadbandDeviceService GetDeviceService(winrt::guid const& deviceServiceId);
public MobileBroadbandDeviceService GetDeviceService(Guid deviceServiceId);
function getDeviceService(deviceServiceId)
Public Function GetDeviceService (deviceServiceId As Guid) As MobileBroadbandDeviceService
Parameters
- deviceServiceId
-
Guid
Platform::Guid
winrt::guid
The unique device service identifier for the device service to be retrieved.
Returns
The mobile broadband device service retrieved.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|