MobileBroadbandDeviceServiceDataReceivedEventArgs.ReceivedData Property
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.
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
|