C# Class InTheHand.Devices.Enumeration.DeviceInformation

Represents a picker flyout that contains a list of devices for the user to choose from.
ファイルを表示 Open project: inthehand/Charming

Public Methods

Method Description
FindAllAsync ( ) : Task>
FindAllAsync ( string aqsFilter ) : Task>

Private Methods

Method 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 method

public static FindAllAsync ( ) : Task>
return Task>

FindAllAsync() public static method

public static FindAllAsync ( string aqsFilter ) : Task>
aqsFilter string
return Task>