Home | Trees | Indices | Help |
|
---|
|
object --+ | Addr --+ | EUI
A class whose objects represent IEEE Extended Unique Identifiers. Supports EUI-48 (along with common MAC flavours) and EUI-64.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor. addr - the string form of an EUI-48/64 address or a network byte order int/long value. addr_type - (optional) the EUI address type (AT_LINK or AT_EUI64). If addr is an int or long, this argument becomes mandatory.
|
Returns the value of this EUI object as a new EUI address initialised as a 64-bit EUI. So if this address represents an EUI-48 address it converts the value of this address to EUI-64 as per the standard. If this class is already and EUI-64 address, it just returns a new object that is numerically equivalent to itself. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 15 22:47:11 2008 | http://epydoc.sourceforge.net |