maxon.NetworkIpInterface

Description

Static interface to access network functionality.

Inheritance diagram

Inheritance

Methods Signature

SplitAddress(address)

Splits a passed address in its elements.

Methods Definition

static NetworkIpInterface.SplitAddress(address)

Splits a passed address in its elements.

Parameters

address (str) – The address.

Returns

A tuple with the Scheme, host and port in this order.

Return type

tuple(str, str, int)