GattSubscribedClient.MaxNotificationSizeChanged É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é lorsque la taille maximale de notification a changé.
// Register
event_token MaxNotificationSizeChanged(TypedEventHandler<GattSubscribedClient, IInspectable const&> const& handler) const;
// Revoke with event_token
void MaxNotificationSizeChanged(event_token const* cookie) const;
// Revoke with event_revoker
GattSubscribedClient::MaxNotificationSizeChanged_revoker MaxNotificationSizeChanged(auto_revoke_t, TypedEventHandler<GattSubscribedClient, IInspectable const&> const& handler) const;
public event TypedEventHandler<GattSubscribedClient,object> MaxNotificationSizeChanged;
function onMaxNotificationSizeChanged(eventArgs) { /* Your code */ }
gattSubscribedClient.addEventListener("maxnotificationsizechanged", onMaxNotificationSizeChanged);
gattSubscribedClient.removeEventListener("maxnotificationsizechanged", onMaxNotificationSizeChanged);
- or -
gattSubscribedClient.onmaxnotificationsizechanged = onMaxNotificationSizeChanged;
Public Custom Event MaxNotificationSizeChanged As TypedEventHandler(Of GattSubscribedClient, Object)
Type d'événement
Configuration requise pour Windows
Fonctionnalités de l’application |
bluetooth
|