pub fn service_id_lookup(service_id: u8) -> Option<(&'static str, &'static str)>
Expand description

Contains all the official service ids with it’s u8 representation Maps from the u8 representation to a tuple (service-id-string, explanation)