MobileBroadbandDeviceServiceDataSession.WriteDataAsync(IBuffer) 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 write data to the data session.
public:
virtual IAsyncAction ^ WriteDataAsync(IBuffer ^ value) = WriteDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction WriteDataAsync(IBuffer const& value);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction WriteDataAsync(IBuffer value);
function writeDataAsync(value)
Public Function WriteDataAsync (value As IBuffer) As IAsyncAction
Parameters
- value
- IBuffer
The data to be submitted as part of the write operation.
Returns
An asynchronous operation that returns the result of the write operation.
- Attributes
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|