共用方式為


MobileBroadbandDeviceServiceDataSession 類別

定義

表示裝置服務資料會話,可讓呼叫端將資料寫入行動寬頻裝置服務上的數據機。

注意

這項功能僅適用于行動電信業者應用程式,以及行動網路操作員提供特殊許可權存取的 UWP 應用程式。

如果您想要使用此 API 並將您的應用程式發佈至 Microsoft Store,則需要特殊核准。 如需詳細資訊,請參閱應用程式功能宣告主題中的受限制功能一節。

public ref class MobileBroadbandDeviceServiceDataSession sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandDeviceServiceDataSession final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandDeviceServiceDataSession
Public NotInheritable Class MobileBroadbandDeviceServiceDataSession
繼承
Object Platform::Object IInspectable MobileBroadbandDeviceServiceDataSession
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
cellularDeviceControl cellularDeviceIdentity

備註

MobileBroadbandDeviceService物件上呼叫OpenDataSession方法時,會傳回 MobileBroadbandDeviceService 實例。

方法

CloseSession()

關閉行動寬頻裝置服務上的資料會話。

WriteDataAsync(IBuffer)

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

事件

DataReceived

事件,指出呼叫WriteDataAsync方法之後,在 MobileBroadbandDeviceServiceDataSession物件上收到資料。

適用於

另請參閱