다음을 통해 공유


BluetoothLEAdvertisementPublisher 생성자

정의

오버로드

BluetoothLEAdvertisementPublisher()

BluetoothLEAdvertisementPublisher 개체를 만듭니다.

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

게시할 Bluetooth LE 보급 알림을 사용하여 새 BluetoothLEAdvertisementPublisher 개체를 만듭니다.

BluetoothLEAdvertisementPublisher()

public:
 BluetoothLEAdvertisementPublisher();
 BluetoothLEAdvertisementPublisher();
public BluetoothLEAdvertisementPublisher();
function BluetoothLEAdvertisementPublisher()
Public Sub New ()

Windows 요구 사항

앱 기능
bluetooth

추가 정보

적용 대상

BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement)

게시할 Bluetooth LE 보급 알림을 사용하여 새 BluetoothLEAdvertisementPublisher 개체를 만듭니다.

public:
 BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement ^ advertisement);
 BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement const& advertisement);
public BluetoothLEAdvertisementPublisher(BluetoothLEAdvertisement advertisement);
function BluetoothLEAdvertisementPublisher(advertisement)
Public Sub New (advertisement As BluetoothLEAdvertisement)

매개 변수

advertisement
BluetoothLEAdvertisement

게시할 Bluetooth LE 광고입니다.

Windows 요구 사항

앱 기능
bluetooth

설명

BluetoothLEAdvertisementPublisher를 사용하여 보급할 수 없는 특정 시스템 예약 데이터 형식에 대한 추가 정책 제한이 있습니다. 이러한 데이터 형식이 포함된 보급 알림은 거부되고 Start 메서드가 호출될 때 예외가 throw됩니다.

추가 정보

적용 대상