[][src]Function ironrdp::read_and_check_tpdu_header

pub fn read_and_check_tpdu_header(
    stream: impl Read,
    required_code: X224TPDUType
) -> Result<(), NegotiationError>