Share via


MobileBroadbandDeviceServiceCommandResult.ResponseData Property

Definition

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

public:
 property IBuffer ^ ResponseData { IBuffer ^ get(); };
IBuffer ResponseData();
public IBuffer ResponseData { get; }
var iBuffer = mobileBroadbandDeviceServiceCommandResult.responseData;
Public ReadOnly Property ResponseData As IBuffer

Property Value

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

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also