RfcommInboundConnectionInformation.SdpRecord 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 or sets the Bluetooth SDP record that the system will advertise on behalf of the app.
public:
property IBuffer ^ SdpRecord { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer SdpRecord();
void SdpRecord(IBuffer value);
public IBuffer SdpRecord { get; set; }
var iBuffer = rfcommInboundConnectionInformation.sdpRecord;
rfcommInboundConnectionInformation.sdpRecord = iBuffer;
Public Property SdpRecord As IBuffer
Property Value
The Bluetooth SDP record that the system will advertise on behalf of the app.
Windows requirements
App capabilities |
bluetooth
|