MobileBroadbandPco.Data Property

Definition

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

Applies to