C# 클래스 InTheHand.Devices.Enumeration.DeviceInformation

Represents a picker flyout that contains a list of devices for the user to choose from.
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
FindAllAsync ( ) : Task>
FindAllAsync ( string aqsFilter ) : Task>

비공개 메소드들

메소드 설명
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

메소드 상세

FindAllAsync() 공개 정적인 메소드

public static FindAllAsync ( ) : Task>
리턴 Task>

FindAllAsync() 공개 정적인 메소드

public static FindAllAsync ( string aqsFilter ) : Task>
aqsFilter string
리턴 Task>