Skip to main content

parse_pwd_display

Function parse_pwd_display 

Source
pub fn parse_pwd_display(bytes: &[u8]) -> Result<PwdDisplay, Error>
Expand description

Parse a .pwd display file, returning metadata and decoded substations.

ยงErrors

Error::FormatRead when the header is not the known display shape, or no unique drawing record group links to the identity rows.