GattLocalDescriptor.WriteRequested É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 qui est déclenché lorsqu’une écriture a été demandée.
// Register
event_token WriteRequested(TypedEventHandler<GattLocalDescriptor, GattWriteRequestedEventArgs const&> const& handler) const;
// Revoke with event_token
void WriteRequested(event_token const* cookie) const;
// Revoke with event_revoker
GattLocalDescriptor::WriteRequested_revoker WriteRequested(auto_revoke_t, TypedEventHandler<GattLocalDescriptor, GattWriteRequestedEventArgs const&> const& handler) const;
public event TypedEventHandler<GattLocalDescriptor,GattWriteRequestedEventArgs> WriteRequested;
function onWriteRequested(eventArgs) { /* Your code */ }
gattLocalDescriptor.addEventListener("writerequested", onWriteRequested);
gattLocalDescriptor.removeEventListener("writerequested", onWriteRequested);
- or -
gattLocalDescriptor.onwriterequested = onWriteRequested;
Public Custom Event WriteRequested As TypedEventHandler(Of GattLocalDescriptor, GattWriteRequestedEventArgs)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|