GattLocalDescriptor.ReadRequested Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Événement déclenché lorsqu’une lecture a été demandée.
// Register
event_token ReadRequested(TypedEventHandler<GattLocalDescriptor, GattReadRequestedEventArgs const&> const& handler) const;
// Revoke with event_token
void ReadRequested(event_token const* cookie) const;
// Revoke with event_revoker
GattLocalDescriptor::ReadRequested_revoker ReadRequested(auto_revoke_t, TypedEventHandler<GattLocalDescriptor, GattReadRequestedEventArgs const&> const& handler) const;
public event TypedEventHandler<GattLocalDescriptor,GattReadRequestedEventArgs> ReadRequested;
function onReadRequested(eventArgs) { /* Your code */ }
gattLocalDescriptor.addEventListener("readrequested", onReadRequested);
gattLocalDescriptor.removeEventListener("readrequested", onReadRequested);
- or -
gattLocalDescriptor.onreadrequested = onReadRequested;
Public Custom Event ReadRequested As TypedEventHandler(Of GattLocalDescriptor, GattReadRequestedEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|