Share via


MobileBroadbandDeviceService.SupportedCommands Property

Definition

Gets a list of supported device service commands for the mobile broadband device service.

public:
 property IVectorView<unsigned int> ^ SupportedCommands { IVectorView<unsigned int> ^ get(); };
IVectorView<uint32_t> SupportedCommands();
public IReadOnlyList<uint> SupportedCommands { get; }
var iVectorView = mobileBroadbandDeviceService.supportedCommands;
Public ReadOnly Property SupportedCommands As IReadOnlyList(Of UInteger)

Property Value

IVectorView<UInt32>

IReadOnlyList<UInt32>

Windows.Foundation.Collections.IVectorView

IVectorView<uint32_t>

A list of supported device service commands for the mobile broadband device service.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also