NetworkApi class

Constructors

NetworkApi([ApiClientInterface? apiClient])

Properties

apiClient → ApiClientInterface
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connectWifi(num id, SecurityWifi SecurityWifi, {String? uuidToken}) Future<void>
Connect to a WiFi network
connectWifiWithHttpInfo(num id, SecurityWifi SecurityWifi, {String? uuidToken}) Future<Response>
Connect to a WiFi network
deleteAccessPointConfig({String? uuidToken}) Future<void>
Reset the Access Point to factory settings
deleteAccessPointConfigWithHttpInfo({String? uuidToken}) Future<Response>
Reset the Access Point to factory settings
deleteBluetoothConfig({String? uuidToken}) Future<void>
Reset the Bluetooth to factory settings
deleteBluetoothConfigWithHttpInfo({String? uuidToken}) Future<Response>
Reset the Bluetooth to factory settings
deleteGeolocatorConfig({String? uuidToken}) Future<void>
Delete the Geolocator configuration
deleteGeolocatorConfigWithHttpInfo({String? uuidToken}) Future<Response>
Delete the Geolocator configuration
deleteLanConfig({String? uuidToken}) Future<void>
Reset the LAN to factory settings
deleteLanConfigWithHttpInfo({String? uuidToken}) Future<Response>
Reset the LAN to factory settings
deleteModemConfig({String? uuidToken}) Future<void>
Reset the modem to factory settings
deleteModemConfigWithHttpInfo({String? uuidToken}) Future<Response>
Reset the modem to factory settings
deleteWanConfig({String? uuidToken}) Future<void>
Reset the WAN to factory settings
deleteWanConfigWithHttpInfo({String? uuidToken}) Future<Response>
Reset the WAN to factory settings
deleteWifiConfig({String? uuidToken}) Future<void>
Reset the WiFi to factory settings
deleteWifiConfigWithHttpInfo({String? uuidToken}) Future<Response>
Reset the WiFi to factory settings
disableAccessPoint({String? uuidToken}) Future<void>
Disable the Access Point
disableAccessPointWithHttpInfo({String? uuidToken}) Future<Response>
Disable the Access Point
disableBluetooth({String? uuidToken}) Future<void>
Disable bluetooth
disableBluetoothWithHttpInfo({String? uuidToken}) Future<Response>
Disable bluetooth
disableGeolocator({String? uuidToken}) Future<void>
Disable all Geolocator modules
disableGeolocatorWithHttpInfo({String? uuidToken}) Future<Response>
Disable all Geolocator modules
disableLan({String? uuidToken}) Future<void>
Disable LAN connection
disableLanWithHttpInfo({String? uuidToken}) Future<Response>
Disable LAN connection
disableModem({String? uuidToken}) Future<void>
Disable all Modem modules
disableModemWithHttpInfo({String? uuidToken}) Future<Response>
Disable all Modem modules
disableWan({String? uuidToken}) Future<void>
Disable WAN connection
disableWanWithHttpInfo({String? uuidToken}) Future<Response>
Disable WAN connection
disableWifi({String? uuidToken}) Future<void>
Disable WiFi connection
disableWifiWithHttpInfo({String? uuidToken}) Future<Response>
Disable WiFi connection
disconnectWifi({String? uuidToken}) Future<void>
Disconnect from a WiFi network
disconnectWifiWithHttpInfo({String? uuidToken}) Future<Response>
Disconnect from a WiFi network
enableAccessPoint({String? uuidToken}) Future<void>
Enable the Access Point
enableAccessPointWithHttpInfo({String? uuidToken}) Future<Response>
Enable the Access Point
enableBluetooth({String? uuidToken}) Future<void>
Enable bluetooth
enableBluetoothWithHttpInfo({String? uuidToken}) Future<Response>
Enable bluetooth
enableGeolocator(List<String> requestBody, {String? uuidToken}) Future<void>
Enable Geolocator modules
enableGeolocatorWithHttpInfo(List<String> requestBody, {String? uuidToken}) Future<Response>
Enable Geolocator modules
enableLan({String? uuidToken}) Future<void>
Enable LAN connection
enableLanWithHttpInfo({String? uuidToken}) Future<Response>
Enable LAN connection
enableModem({String? uuidToken}) Future<void>
Enable Modem modules
enableModemWithHttpInfo({String? uuidToken}) Future<Response>
Enable Modem modules
enableWan({String? uuidToken}) Future<void>
Enable WAN connection
enableWanWithHttpInfo({String? uuidToken}) Future<Response>
Enable WAN connection
enableWifi({String? uuidToken}) Future<void>
Enable WiFi connection
enableWifiWithHttpInfo({String? uuidToken}) Future<Response>
Enable WiFi connection
getAccessPointConfig({String? uuidToken}) Future<AccessPointConfig?>
Retrieves the Access Point configuration
getAccessPointConfigWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the Access Point configuration
getAccessPointStatus({String? uuidToken}) Future<AccessPointStatus?>
Retrieves the Access Point status
getAccessPointStatusWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the Access Point status
getBluetoothConfig({String? uuidToken}) Future<BluetoothConfig?>
Retrieves the Bluetooth configuration
getBluetoothConfigWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the Bluetooth configuration
getBluetoothStatus({String? uuidToken}) Future<BluetoothStatus?>
Retrieves the Bluetooth status
getBluetoothStatusWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the Bluetooth status
getDevicePosition({String? uuidToken}) Future<DevicePosition?>
Get device position
getDevicePositionWithHttpInfo({String? uuidToken}) Future<Response>
Get device position
getGeolocatorConfig({String? uuidToken}) Future<GeolocatorConfig?>
Retrieves the Geolocator configuration
getGeolocatorConfigWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the Geolocator configuration
getGeolocatorStatus({String? uuidToken}) Future<GeolocatorStatus?>
Retrieves the Geolocator status
getGeolocatorStatusWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the Geolocator status
getLanConfig({String? uuidToken}) Future<LanConfig?>
Retrieves the LAN configuration
getLanConfigWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the LAN configuration
getLanStatus({String? uuidToken}) Future<LanStatus?>
Retrieves the LAN status
getLanStatusWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the LAN status
getModemConfig({String? uuidToken}) Future<ModemConfig?>
Retrieves the modem configuration
getModemConfigWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the modem configuration
getModemStatus({List<String>? filters, String? uuidToken}) Future<ModemStatus?>
Retrieves the modem status
getModemStatusWithHttpInfo({List<String>? filters, String? uuidToken}) Future<Response>
Retrieves the modem status
getNetworkConfig({String? uuidToken}) Future<NetworkConfig?>
Get all the current network modules configuration
getNetworkConfigWithHttpInfo({String? uuidToken}) Future<Response>
Get all the current network modules configuration
getNetworkStatus({String? uuidToken}) Future<NetworkStatus?>
Get the status of every device's network module
getNetworkStatusWithHttpInfo({String? uuidToken}) Future<Response>
Get the status of every device's network module
getWanConfig({String? uuidToken}) Future<WanConfig?>
Retrieves the WAN configuration
getWanConfigWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the WAN configuration
getWanStatus({String? uuidToken}) Future<WanStatus?>
Retrieves the WAN status
getWanStatusWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the WAN status
getWifiConfig({String? uuidToken}) Future<WifiConfig?>
Retrieves the WiFi configuration
getWifiConfigWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the WiFi configuration
getWifiStatus({String? uuidToken}) Future<WifiStatus?>
Retrieves the WiFi status
getWifiStatusWithHttpInfo({String? uuidToken}) Future<Response>
Retrieves the WiFi status
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restartAccessPoint({String? uuidToken}) Future<void>
Restart the Access Point
restartAccessPointWithHttpInfo({String? uuidToken}) Future<Response>
Restart the Access Point
restartBluetooth({String? uuidToken}) Future<void>
Restart bluetooth
restartBluetoothWithHttpInfo({String? uuidToken}) Future<Response>
Restart bluetooth
restartGeolocator({String? uuidToken}) Future<void>
Restart Geolocator modules
restartGeolocatorWithHttpInfo({String? uuidToken}) Future<Response>
Restart Geolocator modules
restartLan({String? uuidToken}) Future<void>
Restart LAN connection
restartLanWithHttpInfo({String? uuidToken}) Future<Response>
Restart LAN connection
restartModem({String? uuidToken}) Future<void>
Restart Modem modules
restartModemWithHttpInfo({String? uuidToken}) Future<Response>
Restart Modem modules
restartWan({String? uuidToken}) Future<void>
Restart WAN connection
restartWanWithHttpInfo({String? uuidToken}) Future<Response>
Restart WAN connection
restartWifi({String? uuidToken}) Future<void>
Restart WiFi connection
restartWifiWithHttpInfo({String? uuidToken}) Future<Response>
Restart WiFi connection
setAccessPointConfig(AccessPointConfig accessPointConfig, {String? uuidToken}) Future<void>
Edit the Access Point configuration
setAccessPointConfigWithHttpInfo(AccessPointConfig accessPointConfig, {String? uuidToken}) Future<Response>
Edit the Access Point configuration
setBluetoothConfig(BluetoothConfig bluetoothConfig, {String? uuidToken}) Future<void>
Edit the Bluetooth configuration
setBluetoothConfigWithHttpInfo(BluetoothConfig bluetoothConfig, {String? uuidToken}) Future<Response>
Edit the Bluetooth configuration
setGeolocatorConfig(GeolocatorConfig geolocatorConfig, {String? uuidToken}) Future<void>
Edit the Geolocator configuration
setGeolocatorConfigWithHttpInfo(GeolocatorConfig geolocatorConfig, {String? uuidToken}) Future<Response>
Edit the Geolocator configuration
setLanConfig(LanConfig lanConfig, {String? uuidToken}) Future<void>
Edit the LAN configuration
setLanConfigWithHttpInfo(LanConfig lanConfig, {String? uuidToken}) Future<Response>
Edit the LAN configuration
setModemConfig(ModemConfig modemConfig, {String? uuidToken}) Future<void>
Edit the modem configuration
setModemConfigWithHttpInfo(ModemConfig modemConfig, {String? uuidToken}) Future<Response>
Edit the modem configuration
setWanConfig(WanConfig wanConfig, {String? uuidToken}) Future<void>
Edit the WAN configuration
setWanConfigWithHttpInfo(WanConfig wanConfig, {String? uuidToken}) Future<Response>
Edit the WAN configuration
setWifiConfig(WifiConfig wifiConfig, {String? uuidToken}) Future<void>
Edit the WiFi configuration
setWifiConfigWithHttpInfo(WifiConfig wifiConfig, {String? uuidToken}) Future<Response>
Edit the WiFi configuration
toString() String
A string representation of this object.
inherited
wifiScan({List<String>? filters, num? outputSize, String? uuidToken}) Future<List<WifiScan>?>
Scan nearbies WiFi networks
wifiScanWithHttpInfo({List<String>? filters, num? outputSize, String? uuidToken}) Future<Response>
Scan nearbies WiFi networks

Operators

operator ==(Object other) bool
The equality operator.
inherited