//! Counter Rollover Handler
usecrate::ember::counter::Type;crate::frame::parameters::handler!(0x00F2,{ typ:u8},impl{implHandler{/// Type of Counter.
////// # Errors
////// Returns an error if the counter type is invalid.
pubfntyp(&self)->Result<Type, u8>{Type::try_from(self.typ)}}});