TdfR

Type Alias TdfR 

pub type TdfR = BitReader<Tdf>;
Expand description

Field TDF reader - Transmit Data Flag

Aliased Type§

pub struct TdfR { /* private fields */ }

Implementations§

§

impl TdfR

pub const fn variant(&self) -> Tdf

Get enumerated values variant

pub fn is_0(&self) -> bool

Transmit data not requested.

pub fn is_1(&self) -> bool

Transmit data is requested.