C# Class InTheHand.Devices.Enumeration.DeviceInformation

Represents a picker flyout that contains a list of devices for the user to choose from.
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
FindAllAsync ( ) : Task>
FindAllAsync ( string aqsFilter ) : Task>

Private Methods

Méthode Description
DeviceInformation ( ) : System
DeviceInformation ( CBPeripheral peripheral, string name ) : System
DeviceInformation ( Windows deviceInformation ) : System
_manager_DiscoveredPeripheral ( object sender, CBDiscoveredPeripheralEventArgs e ) : void
_manager_RetrievedPeripherals ( object sender, CBPeripheralsEventArgs e ) : void
_manager_UpdatedState ( object sender, EventArgs e ) : void

Method Details

FindAllAsync() public static méthode

public static FindAllAsync ( ) : Task>
Résultat Task>

FindAllAsync() public static méthode

public static FindAllAsync ( string aqsFilter ) : Task>
aqsFilter string
Résultat Task>