pub fn read_enum_values(
raw: &[u8],
datatype: &Datatype,
) -> Result<Vec<EnumValue>, FormatError>Expand description
Read enum dataset values, mapping integer values to their string names.
Returns one EnumValue per element. Unknown values get name UNKNOWN(hex).