IPC Module - Connectivity Service
This page contains documentation of the Connectivity Management API.
Messages
Enums
- enum connectivity_result
Result of a connectivity service operations
Constant
Value
Description
OK
0
Operation completed successfully
FAILED
1
Operation failed in some unspecified way
INVALID_CONFIG
2
An invalid config was provided
- enum connectivity_consumers
Consumers of connectivity within the system
Constant
Value
Description
INVALID
0
BASE_SYSTEM
1
The ACU6 base system and services
USERVM
2
The user VM internet bridge interface
WIFI_AP
3
The devices connected to WiFi AP
- enum connectivity_providers
Providers of connectivity within the system
Constant
Value
Description
INVALID
0
MODEM1
1
NAD primary or only apn/connection
MODEM2
2
NAD secondary apn/connection
WIFI_STATION
3
WiFi station
NO_PROVIDER
255
Empty provider/no provider
Structs
- struct connectivity_provider_config_s
- Parameters:
Internal helper struct for connectivity_configure_consumer_req
Represents configuration of a single connectivity provider