GattSession.SessionStatusChanged 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
GATT 會話狀態變更時所觸發的事件。
// Register
event_token SessionStatusChanged(TypedEventHandler<GattSession, GattSessionStatusChangedEventArgs const&> const& handler) const;
// Revoke with event_token
void SessionStatusChanged(event_token const* cookie) const;
// Revoke with event_revoker
GattSession::SessionStatusChanged_revoker SessionStatusChanged(auto_revoke_t, TypedEventHandler<GattSession, GattSessionStatusChangedEventArgs const&> const& handler) const;
public event TypedEventHandler<GattSession,GattSessionStatusChangedEventArgs> SessionStatusChanged;
function onSessionStatusChanged(eventArgs) { /* Your code */ }
gattSession.addEventListener("sessionstatuschanged", onSessionStatusChanged);
gattSession.removeEventListener("sessionstatuschanged", onSessionStatusChanged);
- or -
gattSession.onsessionstatuschanged = onSessionStatusChanged;
Public Custom Event SessionStatusChanged As TypedEventHandler(Of GattSession, GattSessionStatusChangedEventArgs)
事件類型
Windows 需求
應用程式功能 |
bluetooth
|