MobileBroadbandDeviceService.SupportedCommands Property
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 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
A list of supported device service commands for the mobile broadband device service.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|