MobileBroadbandDeviceServiceCommandResult MobileBroadbandDeviceServiceCommandResult MobileBroadbandDeviceServiceCommandResult MobileBroadbandDeviceServiceCommandResult Class

Definition

Represents the result of a mobile broadband device service command.

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 MobileBroadbandDeviceServiceCommandResult : IMobileBroadbandDeviceServiceCommandResultpublic sealed class MobileBroadbandDeviceServiceCommandResult : IMobileBroadbandDeviceServiceCommandResultPublic NotInheritable Class MobileBroadbandDeviceServiceCommandResult Implements IMobileBroadbandDeviceServiceCommandResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
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

A MobileBroadbandDeviceServiceCommandResult instance is created when the SendQueryCommandAsync or SendSetCommandAsync method is called on the MobileBroadbandDeviceServiceCommandSession and the result of the command has been received.

Properties

ResponseData ResponseData ResponseData ResponseData

Gets the response data from the command execution on a mobile broadband device service.

public : IBuffer ResponseData { get; }public IBuffer ResponseData { get; }Public ReadOnly Property ResponseData As IBuffer// You can use this property in JavaScript.
Value
IBuffer IBuffer IBuffer IBuffer

The response data from the command execution on a mobile broadband device service.

StatusCode StatusCode StatusCode StatusCode

Gets the status code of the command execution on a mobile broadband device service.

public : unsigned int StatusCode { get; }public uint StatusCode { get; }Public ReadOnly Property StatusCode As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The status code of the command execution on a mobile broadband device service.