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 |
|
|
|
__int__(self)
Returns:
integer representation of this IAB |
|
|
|
__hex__(self)
Returns:
hexadecimal string representation of this IAB (in network byte order) |
|
|
|
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__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|