MobileBroadbandDeviceServiceCommandEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args for the MobileBroadbandDeviceServiceCommandSession.CommandReceived event. Represents a Device Service Event Received Event Result.
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
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|
App capabilities |
cellularDeviceControl
|
Properties
DeviceId |
Gets the unique Device Identifier of the MobileBroadbandModem device. |
DeviceServiceId |
Gets the unique Device Service Identifier for the Device Service. |
EventId |
Gets the unique Event Identifier for the Device Service trigger event. |
ReceivedData |
Gets the raw data for the Device Service notification. The caller is responsible for interpreting the data. |