pub fn build_read_request_paths(paths: &[ReadPath]) -> Vec<u8> ⓘExpand description
Build a ReadRequestMessage for the given (possibly wildcard) attribute paths.
Each ReadPath field that is Some is emitted as a context-tagged member of
the AttributePathIB list (endpoint=2, cluster=3, attribute=4); None fields
are omitted (wildcard). IsFabricFiltered is false. Delegates to
build_read_request_full with no event paths/filters, so the output is
byte-identical to the attribute-only encoding.