Type Alias Qos1R

Source
pub type Qos1R = FieldReader<Qos1select>;
Expand description

Field QOS1 reader - Level 1 Quality of Service

Aliased Type§

struct Qos1R { /* private fields */ }

Implementations§

Source§

impl Qos1R

Source

pub const fn variant(&self) -> Qos1select

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