Type alias NetdGetNetworkStatusResponse

NetdGetNetworkStatusResponse: {
    lan: NetdGetNetworkStatusInterface;
    wan: NetdGetNetworkStatusInterface;
    wwan: NetdGetNetworkStatusInterface;
}

Status of network interfaces.

Type declaration

Generated using TypeDoc