MobileBroadbandPco.Data 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.
From the modem, gets the details of the protocol configuration options (PCO) as set by you as the mobile network operator (MNO). Your MNO app should be able to understand this payload. It should decode the data, and control the modem accordingly (for example, turn off the radio, or isolate the modem).
public:
property IBuffer ^ Data { IBuffer ^ get(); };
IBuffer Data();
public IBuffer Data { get; }
var iBuffer = mobileBroadbandPco.data;
Public ReadOnly Property Data As IBuffer
Property Value
A buffer containing the details of the protocol configuration options (PCO).
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|