An individual IEEE OUI (Organisationally Unique Identifier).
|
|
|
|
|
_parse_data(self,
data,
offset,
size)
Returns a dict record from raw OUI record data |
|
|
|
|
__int__(self)
Returns:
integer representation of this OUI |
|
|
|
|
__hex__(self)
Returns:
hexadecimal string representation of this OUI (in network byte
order). |
|
|
|
|
registration(self,
index=0)
The IEEE registration details for this OUI. |
|
|
|
|
__str__(self)
Returns:
string representation of this OUI |
|
|
|
|
__repr__(self)
Returns:
executable Python string to recreate equivalent object. |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|