Function get_link_layer_str

Source
pub fn get_link_layer_str(link_layer: u8) -> String
Expand description

Converts the given link layer type to a human-readable string.

§Arguments

  • link_layer - The link layer type as a u8.

§Returns

A string representation of the link layer type.