MobileBroadbandDeviceServiceCommandEventArgs クラス

定義

MobileBroadbandDeviceServiceCommandSession.CommandReceived イベントのイベント引数。 Device Service イベント受信イベントの結果を表します。

public ref class MobileBroadbandDeviceServiceCommandEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 1048576)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MobileBroadbandDeviceServiceCommandEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 1048576)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MobileBroadbandDeviceServiceCommandEventArgs
Public NotInheritable Class MobileBroadbandDeviceServiceCommandEventArgs
継承
Object Platform::Object IInspectable MobileBroadbandDeviceServiceCommandEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.26100.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v19.0 で導入)
アプリの機能
cellularDeviceControl

プロパティ

DeviceId

MobileBroadbandModem デバイスの一意のデバイス識別子を取得します。

DeviceServiceId

デバイス サービスの一意のデバイス サービス識別子を取得します。

EventId

Device Service トリガー イベントの一意のイベント識別子を取得します。

ReceivedData

Device Service 通知の生データを取得します。 呼び出し元は、データの解釈を担当します。

適用対象