maix.network

maix.network module

You can use maix.network to access this module with MaixPy
This module is generated from MaixCDK

Module

module brief
wifi maix.network.wifi module

Enum

Variable

Function

have_network

def have_network() -> bool
item doc
brief Return if device have network(WiFi/Eth etc.)
return True if have network, else False.

C++ defination code:

bool have_network()

Class