Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 3.1 KB

nf-mbnapi-imbnsignalevents-onsignalstatechange.md

File metadata and controls

75 lines (61 loc) · 3.1 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mbnapi.IMbnSignalEvents.OnSignalStateChange
IMbnSignalEvents::OnSignalStateChange (mbnapi.h)
This notification method is called by the Mobile Broadband service to indicate that a signal quality update is available.
IMbnSignalEvents interface [Microsoft Broadband Networks]
OnSignalStateChange method
IMbnSignalEvents.OnSignalStateChange
IMbnSignalEvents::OnSignalStateChange
OnSignalStateChange
OnSignalStateChange method [Microsoft Broadband Networks]
OnSignalStateChange method [Microsoft Broadband Networks]
IMbnSignalEvents interface
mbn.imbnsignalevents_onsignalstatechange
mbnapi/IMbnSignalEvents::OnSignalStateChange
mbn\imbnsignalevents_onsignalstatechange.htm
mbn
07e98555-03fa-4852-af65-55778dc9c477
12/05/2018
IMbnSignalEvents interface [Microsoft Broadband Networks],OnSignalStateChange method, IMbnSignalEvents.OnSignalStateChange, IMbnSignalEvents::OnSignalStateChange, OnSignalStateChange, OnSignalStateChange method [Microsoft Broadband Networks], OnSignalStateChange method [Microsoft Broadband Networks],IMbnSignalEvents interface, mbn.imbnsignalevents_onsignalstatechange, mbnapi/IMbnSignalEvents::OnSignalStateChange
mbnapi.h
Windows
Windows 7 [desktop apps only]
None supported
Mbnapi.idl
Windows
19H1
IMbnSignalEvents::OnSignalStateChange
mbnapi/IMbnSignalEvents::OnSignalStateChange
c++
APIRef
kbSyntax
COM
mbnapi.h
IMbnSignalEvents.OnSignalStateChange

IMbnSignalEvents::OnSignalStateChange

-description

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

This notification method is called by the Mobile Broadband service to indicate that a signal quality update is available.

-parameters

-param newInterface [in]

Pointer to an IMbnSignal interface for which the signal quality update was received.

-returns

This method must return S_OK.

-remarks

OnSignalStateChange is called by the Mobile Broadband service to notify a calling application that a signal quality update is available. This includes an update of the signal notification period, threshold for signal notification, signal strength received, and error rate in the received signal. An application can get updated values from the IMbnSignal interface passed in this method.

-see-also

IMbnSignalEvents