MiracastReceiverConnectionCreatedEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public ref class MiracastReceiverConnectionCreatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MiracastReceiverConnectionCreatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MiracastReceiverConnectionCreatedEventArgs
Public NotInheritable Class MiracastReceiverConnectionCreatedEventArgs
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v8.0에서 도입되었습니다.)
|
설명
이벤트 처리기가 반환되거나 지연이 완료될 때 새 연결이 수락된 것으로 간주됩니다. 원치 않는 연결을 거부하려면 MiracastReceiverConnection.Disconnect를 호출합니다.
속성
Connection |
새로 만든 연결의 MiracastReceiverConnection 개체를 가져옵니다. |
Pin |
Miracast 송신기 디바이스에서 입력해야 하는 PIN 또는 PIN 인증을 사용하지 않는 경우 빈 문자열을 가져옵니다. |
메서드
GetDeferral() |
Deferral.Complete가 호출될 때까지 MiracastReceiverSession.ConnectionCreated 이벤트의 완료를 연기합니다. |