[][src]Function ironrdp::parse_fast_path_header

pub fn parse_fast_path_header(
    stream: impl Read
) -> Result<(FastPath, u16), FastPathError>

Parses the data received as an argument and returns a Fastpath structure upon success.

Arguments

  • stream - the type to read data from