Dela via


MobileBroadbandDeviceServiceTriggerDetails.ReceivedData Property

Definition

Gets the received data associated with the triggered event.

Note

This functionality is available only to mobile operator apps and UWP apps given privileged access by mobile network operators.

If you want to use this API and publish your app to the Microsoft Store, then you'll need special approval. For more information, see the Restricted capabilities section in the App capability declarations topic.

public:
 property IBuffer ^ ReceivedData { IBuffer ^ get(); };
IBuffer ReceivedData();
public IBuffer ReceivedData { get; }
var iBuffer = mobileBroadbandDeviceServiceTriggerDetails.receivedData;
Public ReadOnly Property ReceivedData As IBuffer

Property Value

The data associated with the triggered event. Data format is dependent upon the protocols of the specific device service.

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to