FcsR

Type Alias FcsR 

pub type FcsR = FieldReader<Fcs>;
Expand description

Field FCS reader - Filtering Combination Selection

Aliased Type§

pub struct FcsR { /* private fields */ }

Implementations§

§

impl FcsR

pub const fn variant(&self) -> Fcs

Get enumerated values variant

pub fn is_00(&self) -> bool

Message ID filtering only

pub fn is_01(&self) -> bool

Message ID filtering and payload filtering

pub fn is_10(&self) -> bool

Message ID filtering occurring a specified number of times.

pub fn is_11(&self) -> bool

Message ID filtering and payload filtering a specified number of times