MobileBroadbandDeviceServiceDataReceivedEventArgs
MobileBroadbandDeviceServiceDataReceivedEventArgs
MobileBroadbandDeviceServiceDataReceivedEventArgs
MobileBroadbandDeviceServiceDataReceivedEventArgs
Class
Definition
Provides data for a DataReceived event on a MobileBroadbandDeviceServiceDataSession when data is received .
Note
This functionality is only available to mobile operator apps and Windows Store apps given privileged access by mobile network operators.
If you want to use this API and publish your app to the Store, you will need special approval. For more information, see the Special and restricted capabilities section under App capability declarations.
public : sealed class MobileBroadbandDeviceServiceDataReceivedEventArgs : IMobileBroadbandDeviceServiceDataReceivedEventArgspublic sealed class MobileBroadbandDeviceServiceDataReceivedEventArgs : IMobileBroadbandDeviceServiceDataReceivedEventArgsPublic NotInheritable Class MobileBroadbandDeviceServiceDataReceivedEventArgs Implements IMobileBroadbandDeviceServiceDataReceivedEventArgs// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
A MobileBroadbandDeviceServiceDataReceivedEventArgs instance is created when the DataReceived event occurs on a MobileBroadbandDeviceServiceDataSession once data is received.
Properties
ReceivedData ReceivedData ReceivedData ReceivedData
Gets the data received on the MobileBroadbandDeviceServiceDataSession.
public : IBuffer ReceivedData { get; }public IBuffer ReceivedData { get; }Public ReadOnly Property ReceivedData As IBuffer// You can use this property in JavaScript.
The data received on the MobileBroadbandDeviceServiceDataSession