BusVendorData
Summary
Represents vendor data in tecmp bus status message.
- Properties
Structure
- class BusVendorData
- link_quality
- Quality of the link of the corresponding channel, from
0
to
5
:0x00
: LinkDown.0x01
: Lowest Link quality. …0x05
: Highest Link quality.
- Type
- Quality of the link of the corresponding channel, from
- link_status
- Flag to indicate whether there is link Up or not in the
corresponding channel:
x00
: No.x01
: Yes.
- Type
- linkup_time
- Time (ms) measured between power up of the board and link up on this port. Done once at startup. Two default reference values are defined based on an internal reference timeout elapsing
500
ms after power up. 0x0000
: No link up detected and the reference timeout did not elapse yet.0xFFFF
: No link up detected and the reference timeout already elapsed.
For instance:
x153
means3
ms.
- Type
- Time (ms) measured between power up of the board and link up on this port. Done once at startup. Two default reference values are defined based on an internal reference timeout elapsing