Skip to content

Latest commit

 

History

History
126 lines (102 loc) · 3.95 KB

nf-mbnapi-imbndeviceservice-setcommand.md

File metadata and controls

126 lines (102 loc) · 3.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mbnapi.IMbnDeviceService.SetCommand
IMbnDeviceService::SetCommand (mbnapi.h)
Sends a SET control command to the device service of a Mobile Broadband device.
IMbnDeviceService interface [Microsoft Broadband Networks]
SetCommand method
IMbnDeviceService.SetCommand
IMbnDeviceService::SetCommand
SetCommand
SetCommand method [Microsoft Broadband Networks]
SetCommand method [Microsoft Broadband Networks]
IMbnDeviceService interface
mbn.imbndeviceservice_setcommand
mbnapi/IMbnDeviceService::SetCommand
mbn\imbndeviceservice_setcommand.htm
mbn
DA45B319-4E6A-4999-85A7-7F5A4F9BED7B
12/05/2018
IMbnDeviceService interface [Microsoft Broadband Networks],SetCommand method, IMbnDeviceService.SetCommand, IMbnDeviceService::SetCommand, SetCommand, SetCommand method [Microsoft Broadband Networks], SetCommand method [Microsoft Broadband Networks],IMbnDeviceService interface, mbn.imbndeviceservice_setcommand, mbnapi/IMbnDeviceService::SetCommand
mbnapi.h
Windows
Windows 8 [desktop apps \| UWP apps]
None supported
Mbnapi.idl
Windows
19H1
IMbnDeviceService::SetCommand
mbnapi/IMbnDeviceService::SetCommand
c++
APIRef
kbSyntax
COM
mbnapi.h
IMbnDeviceService.SetCommand

IMbnDeviceService::SetCommand

-description

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

Sends a SET control command to the device service of a Mobile Broadband device.

-parameters

-param commandID [in]

An identifier for the command.

-param deviceServiceData [in]

A byte array that is passed in to the device.

-param requestID [out]

A unique request ID assigned by the Mobile Broadband service to identify this request.

-returns

The method can return one of the following values.

Return code Description
S_OK
The method completed successfully.
E_ACCESSDENIED
This device service command is not allowed for calling process privileges.
Other
An error was encountered when executing this method.

-remarks

SetCommand exists to implement vendor-specific device service functionality which is not otherwise covered in the Mobile Broadband API. A command session on a device service must be opened before the application can call SetCommand.

The Mobile Broadband service will issue a SET request to the device. deviceServiceData will be copied byte-by-byte into the data buffer passed in to the request. This data buffer must be less than MaxCommandSize bytes.

This is an asynchronous operation and SetCommand will return immediately. On completion of the operation, the Mobile Broadband service will call the OnSetCommandComplete method of the IMbnDeviceServicesEvents interface.

-see-also

IMbnDeviceService