pub fn parse_zero_or_more_count(s: &str) -> Result<usize, String>Expand description
Validates that a count value is zero or greater.
BACnet uses this for demo/sample object counts: zero means the server exposes only the mandatory Device object and does not create sample points.