Function get_port_phy_state_str
Source pub fn get_port_phy_state_str(phys_state: u8) -> String
Expand description
Converts the given physical state to a human-readable string.
§Arguments
phys_state
- The physical state as a u8
.
§Returns
A string representation of the physical state.