MobileBroadbandDeviceServiceCommandEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 11, version 24H2 (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 알림에 대한 원시 데이터를 가져옵니다. 호출자는 데이터 해석을 담당합니다. |