MobileBroadbandDeviceServiceCommandEventArgs.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 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
|