|  | Alexa Auto SDK
    2.3.0
    | 
| Public Types | |
| using | NetworkStatus = aace::network::NetworkInfoProviderEngineInterface::NetworkStatus | 
| Public Member Functions | |
| virtual NetworkStatus | getNetworkStatus ()=0 | 
| virtual int | getWifiSignalStrength ()=0 | 
| void | networkStatusChanged (NetworkStatus status, int wifiSignalStrength) | 
NetworkInfoProvider should be extended to report network connectivity events to the Engine.
| using aace::network::NetworkInfoProvider::NetworkStatus = aace::network::NetworkInfoProviderEngineInterface::NetworkStatus | 
Describes the status of network connectivity
| 
 | pure virtual | 
Returns the current network connectivity status on the platform
| 
 | pure virtual | 
Returns the current signal strength (RSSI) of the WiFi connection on the platform
| void aace::network::NetworkInfoProvider::networkStatusChanged | ( | NetworkStatus | status, | 
| int | wifiSignalStrength | ||
| ) | 
Notifies the Engine of a WiFi network status change on the platform
| [in] | status | The connection status of the WiFi network | 
| [in] | wifiSignalStrength | The RSSI of the WiFi connection | 
Alexa Auto SDK 2.3.0 - Copyright 2017-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0