pub trait DeauthenticationFixedParametersTrait: FrameTrait {
    const FIXED_PARAMETERS_START: usize = 24usize;
    const FIXED_PARAMETERS_END: usize = _;

    // Provided method
    fn reason_code(&self) -> ReasonCode { ... }
}

Provided Associated Constants§

Provided Methods§

Implementors§