共用方式為


GattSubscribedClient.MaxNotificationSizeChanged 事件

定義

當通知大小上限變更時所觸發的事件。

// 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) 

事件類型

Windows 需求

應用程式功能
bluetooth

適用於