共用方式為


MobileBroadbandDeviceServiceDataSession.WriteDataAsync(IBuffer) 方法

定義

在行動寬頻裝置服務上啟動非同步作業,將資料寫入資料會話。

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

參數

value
IBuffer

要提交為寫入作業一部分的資料。

傳回

傳回寫入作業結果的非同步作業。

屬性

Windows 需求

應用程式功能
cellularDeviceControl cellularDeviceIdentity

適用於

另請參閱