BluetoothLEAdvertisementWatcher.Received Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Notificação para novos eventos de anúncio do Bluetooth LE recebidos.
// Register
event_token Received(TypedEventHandler<BluetoothLEAdvertisementWatcher, BluetoothLEAdvertisementReceivedEventArgs const&> const& handler) const;
// Revoke with event_token
void Received(event_token const* cookie) const;
// Revoke with event_revoker
BluetoothLEAdvertisementWatcher::Received_revoker Received(auto_revoke_t, TypedEventHandler<BluetoothLEAdvertisementWatcher, BluetoothLEAdvertisementReceivedEventArgs const&> const& handler) const;
public event TypedEventHandler<BluetoothLEAdvertisementWatcher,BluetoothLEAdvertisementReceivedEventArgs> Received;
function onReceived(eventArgs) { /* Your code */ }
bluetoothLEAdvertisementWatcher.addEventListener("received", onReceived);
bluetoothLEAdvertisementWatcher.removeEventListener("received", onReceived);
- or -
bluetoothLEAdvertisementWatcher.onreceived = onReceived;
Public Custom Event Received As TypedEventHandler(Of BluetoothLEAdvertisementWatcher, BluetoothLEAdvertisementReceivedEventArgs)
Tipo de evento
Requisitos do Windows
Funcionalidades do aplicativo |
bluetooth
|