MobileBroadbandDeviceServiceCommandSession.SendQueryCommandAsync Method
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.
Starts an asynchronous operation on a mobile broadband device service to send a query command to the command session.
public:
virtual IAsyncOperation<MobileBroadbandDeviceServiceCommandResult ^> ^ SendQueryCommandAsync(unsigned int commandId, IBuffer ^ data) = SendQueryCommandAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MobileBroadbandDeviceServiceCommandResult> SendQueryCommandAsync(uint32_t const& commandId, IBuffer const& data);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MobileBroadbandDeviceServiceCommandResult> SendQueryCommandAsync(uint commandId, IBuffer data);
function sendQueryCommandAsync(commandId, data)
Public Function SendQueryCommandAsync (commandId As UInteger, data As IBuffer) As IAsyncOperation(Of MobileBroadbandDeviceServiceCommandResult)
Parameters
- commandId
-
UInt32
unsigned int
uint32_t
The command identifier for the query command to be executed.
- data
- IBuffer
The data to be submitted as part of the command.
Returns
An asynchronous operation that returns the result of the command.
- Attributes
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|