BluetoothDevice.SdpRecords 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 read-only list of Service Discovery Protocol (SDP) records for the device.
public:
property IVectorView<IBuffer ^> ^ SdpRecords { IVectorView<IBuffer ^> ^ get(); };
IVectorView<IBuffer> SdpRecords();
public IReadOnlyList<IBuffer> SdpRecords { get; }
var iVectorView = bluetoothDevice.sdpRecords;
Public ReadOnly Property SdpRecords As IReadOnlyList(Of IBuffer)
Property Value
The read-only list of Service Discovery Protocol (SDP) records for the device.
Windows requirements
App capabilities |
bluetooth
|