Represents an individual IEEE OUI (Organisationally Unique Identifier)
identifier.
|
|
|
|
|
_parse_data(self,
data,
offset,
size)
Returns a dict record from raw OUI record data |
source code
|
|
|
|
|
|
|
address(self,
index=0)
Returns:
registered address of organisation linked to OUI |
source code
|
|
|
|
org(self,
index=0)
Returns:
the name of organisation linked to OUI |
source code
|
|
|
|
|
|
|
|
|
|
__hex__(self)
Returns:
hexadecimal string representation of this OUI (in network byte
order). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|