MobileBroadbandDeviceServiceCommandEventArgs.ReceivedData Property

Definition

Gets the raw data for the Device Service notification. The caller is responsible for interpreting the data.

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

Property Value

A buffer containing the raw data for the Device Service notification. The caller is responsible for interpreting the data.

Windows requirements

App capabilities
cellularDeviceControl

Applies to