GcfR

Type Alias GcfR 

pub type GcfR = BitReader<Gcf>;
Expand description

Field GCF reader - General Call Flag

Aliased Type§

pub struct GcfR { /* private fields */ }

Implementations§

§

impl GcfR

pub const fn variant(&self) -> Gcf

Get enumerated values variant

pub fn is_0(&self) -> bool

Slave has not detected the General Call Address or General Call Address disabled.

pub fn is_1(&self) -> bool

Slave has detected the General Call Address.