MobileBroadbandModem.GetDeviceService(Guid) Method

Definition

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

Applies to

See also