GattServiceProviderConnection.AllServices 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 all the services.
public:
static property IMapView<Platform::String ^, GattServiceProviderConnection ^> ^ AllServices { IMapView<Platform::String ^, GattServiceProviderConnection ^> ^ get(); };
static IMapView<winrt::hstring, GattServiceProviderConnection const&> AllServices();
public static IReadOnlyDictionary<string,GattServiceProviderConnection> AllServices { get; }
var iMapView = GattServiceProviderConnection.allServices;
Public Shared ReadOnly Property AllServices As IReadOnlyDictionary(Of String, GattServiceProviderConnection)
Property Value
IMapView<Platform::String,GattServiceProviderConnection>
IMapView<winrt::hstring,GattServiceProviderConnection>
Gets all the services.
Windows requirements
App capabilities |
bluetooth
|