maix.network

maix.network module

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

Module

module brief
wifi maix.network.wifi module

Enum

Variable

Function

have_network

def have_network() -> bool

Return if device have network(WiFi/Eth etc.)

item description
return True if have network, else False.

C++ defination code:

bool have_network()

Class