Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
THE MBN_SIGNAL_CONSTANTS enumerated type contains specific values used by IMbnSignal interface operations.
Syntax
typedef enum MBN_SIGNAL_CONSTANTS {
MBN_RSSI_DEFAULT = 0xffffffff,
MBN_RSSI_DISABLE = 0,
MBN_RSSI_UNKNOWN = 99,
MBN_ERROR_RATE_UNKNOWN = 99
} ;
Constants
MBN_RSSI_DEFAULTValue: 0xffffffff Use the default value for signal state reporting. |
MBN_RSSI_DISABLEValue: 0 Disable signal state reporting. |
MBN_RSSI_UNKNOWNValue: 99 Signal strength is unknown. |
MBN_ERROR_RATE_UNKNOWNValue: 99 Signal error rate is unknown. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | None supported |
| Header | mbnapi.h |