An individual IEEE IAB (Individual Address Block) identifier.
|
__init__(self,
iab,
strict=False)
Constructor |
|
|
|
_parse_data(self,
data,
offset,
size)
Returns a dict record from raw IAB record data |
|
|
|
registration(self)
The IEEE registration details for this IAB |
|
|
|
__str__(self)
Returns:
string representation of this IAB |
|
|
|
__repr__(self)
Returns:
executable Python string to recreate equivalent object. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
__hex__(self)
Returns:
hexadecimal string representation of this identifier. |
|
|
|
__index__(self)
Returns:
return the integer value of this identifier when passed to hex(),
oct() or bin(). |
|
|
|
__int__(self)
Returns:
integer value of this identifier |
|
|
|
__long__(self)
Returns:
integer value of this identifier |
|
|
|
__oct__(self)
Returns:
octal string representation of this identifier. |
|
|