Type Alias Qos2R

Source
pub type Qos2R = FieldReader<Qos2select>;
Expand description

Field QOS2 reader - Level 2 Quality of Service

Aliased Type§

struct Qos2R { /* private fields */ }

Implementations§

Source§

impl Qos2R

Source

pub const fn variant(&self) -> Qos2select

Get enumerated values variant

Source

pub fn is_regular(&self) -> bool

Regular delivery

Source

pub fn is_shortage(&self) -> bool

Bandwidth shortage

Source

pub fn is_sensitive(&self) -> bool

Latency sensitive

Source

pub fn is_critical(&self) -> bool

Latency critical