Windows.Devices.Bluetooth.Advertisement 네임스페이스
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
앱이 Bluetooth LE(저에너지) 광고를 보내고 받을 수 있도록 허용합니다.
클래스
BluetoothLEAdvertisement |
Bluetooth LE 광고 페이로드의 표현입니다. |
BluetoothLEAdvertisementBytePattern |
일치시킬 필터에 대한 Bluetooth LE 보급 바이트 패턴입니다. |
BluetoothLEAdvertisementDataSection |
Bluetooth LE 광고 섹션. Bluetooth LE 보급 패킷에는 이러한 BluetoothLEAdvertisementDataSection 개체의 여러 인스턴스가 포함될 수 있습니다. |
BluetoothLEAdvertisementDataTypes |
Bluetooth SIG(Special Interest Group)에 의해 GAP(일반 액세스 프로필)에 정의된 Bluetooth LE 광고 유형 중 일부. |
BluetoothLEAdvertisementFilter |
수신된 Bluetooth LE 광고의 페이로드 기반 필터링을 구성하는 데 사용되는 매개 변수를 그룹화합니다. |
BluetoothLEAdvertisementPublisher |
Bluetooth LE(저에너지) 광고를 보낼 개체입니다. |
BluetoothLEAdvertisementPublisherStatusChangedEventArgs |
BluetoothLEAdvertisementPublisher에서 StatusChanged 이벤트에 대한 데이터를 제공합니다. |
BluetoothLEAdvertisementReceivedEventArgs |
BluetoothLEAdvertisementWatcher에서 Received 이벤트에 대한 데이터를 제공합니다. BluetoothLEAdvertisementReceivedEventArgs instance BluetoothLEAdvertisementWatcher 개체에서 Received 이벤트가 발생할 때 생성됩니다. |
BluetoothLEAdvertisementScanParameters |
앱이 Bluetooth LE(저에너지) 광고를 보내고 받을 수 있도록 허용합니다. |
BluetoothLEAdvertisementWatcher |
Bluetooth LE(저에너지) 광고를 받을 개체입니다. |
BluetoothLEAdvertisementWatcherStoppedEventArgs |
BluetoothLEAdvertisementWatcher에서 Stopped 이벤트에 대한 데이터를 제공합니다. BluetoothLEAdvertisementWatcherStoppedEventArgs instance BluetoothLEAdvertisementWatcher 개체에서 Stopped 이벤트가 발생할 때 생성됩니다. |
BluetoothLEManufacturerData |
Bluetooth LE 제조업체별 데이터 섹션(특정 유형의 LE 광고 섹션). Bluetooth LE 보급 패킷에는 이러한 BluetoothLEManufacturerData 개체의 여러 인스턴스가 포함될 수 있습니다. |
열거형
BluetoothLEAdvertisementFlags |
Bluetooth LE 보급 페이로드 내에 포함된 플래그를 일치시키는 데 사용되는 플래그를 지정하는 상수를 정의합니다. |
BluetoothLEAdvertisementPhyType |
앱이 Bluetooth LE(저에너지) 광고를 보내고 받을 수 있도록 허용합니다. |
BluetoothLEAdvertisementPublisherStatus |
BluetoothLEAdvertisementPublisher의 가능한 상태를 나타냅니다. |
BluetoothLEAdvertisementType |
다양한 유형의 Bluetooth LE 보급 페이로드를 지정합니다. |
BluetoothLEAdvertisementWatcherStatus |
BluetoothLEAdvertisementWatcher의 가능한 상태를 나타냅니다. |
BluetoothLEScanningMode |
Bluetooth LE 스캔 모드를 지정하는 상수를 정의합니다. |
설명
Windows.Devices.Bluetooth.Advertisement 네임스페이스는 다음을 허용하는 간단하지만 강력한 메서드 집합을 앱에 제공합니다.
- 구성 가능한 필터링 기능을 사용하여 Bluetooth LE 주변 장치에서 광고 데이터를 받습니다.
- 앱이 비콘 광고의 원본으로 작동할 수 있도록 Bluetooth LE 광고를 보냅니다.
이 네임스페이스에는 다음에 사용되는 두 가지 클래스 집합이 있습니다.
- 수신에 대한 광고 감시자.
- 보내기용 광고 게시자입니다.