RfcommServiceProvider.SdpRawAttributes 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 a collection of SDP attributes for advertising.
public:
property IMap<unsigned int, IBuffer ^> ^ SdpRawAttributes { IMap<unsigned int, IBuffer ^> ^ get(); };
IMap<uint32_t, IBuffer const&> SdpRawAttributes();
public IDictionary<uint,IBuffer> SdpRawAttributes { get; }
var iMap = rfcommServiceProvider.sdpRawAttributes;
Public ReadOnly Property SdpRawAttributes As IDictionary(Of UInteger, IBuffer)
Property Value
Windows.Foundation.Collections.IMap<unsigned int,Windows.Storage.Streams.IBuffer>
The collection of SDP attributes for advertising.
Windows requirements
App capabilities |
bluetooth
|