MobileBroadbandDeviceServiceDataSession.WriteDataAsync(IBuffer) Method

Definition

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

Applies to

See also