MobileBroadbandDeviceServiceDataReceivedEventArgs.ReceivedData Property

Definition

Gets the data received on the MobileBroadbandDeviceServiceDataSession.

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

Property Value

The data received on the MobileBroadbandDeviceServiceDataSession

Windows requirements

App capabilities
cellularDeviceControl cellularDeviceIdentity

Applies to

See also