Share via


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

Device Service에 대한 고유한 Device Service 식별자를 가져옵니다.

EventId

Device Service 트리거 이벤트에 대한 고유한 이벤트 식별자를 가져옵니다.

ReceivedData

Device Service 알림에 대한 원시 데이터를 가져옵니다. 호출자는 데이터 해석을 담당합니다.

적용 대상