Ping-Protocol C library

Ok . I understand it .but I want to know the distance in mm between each point .for example .I have request a profile and return :

dictionary data looks like this: {‘distance’: 843, ‘confidence’: 50, ‘pulse_duration’: 113, ‘ping_number’: 1310, ‘scan_start’: 0, ‘scan_length’: 1000, ‘gain_index’: 3, ‘profile_data’: b’\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xfd\xb8\x1c8\x81\xbe\xe4\xbeh&\x10\x0c\x13\x15\n\x05\x06\n\x0c\x12\x17\x10\x0c\x07\x04\x05\x06\x03\x02\x00\x00\x01\x00\x00\x03\x05\x04\x04\x01\x01\x02\x04\x04\x03\x00\x00\x00\x00\x00\x00\x00\x01\x02\x02\x02\x03\x03\x01\x00\x00\x05\x06\x05\x01\x02\x00\x00\x01\x00\x01\x01\x00\x01\x0b\t\x03\x02\x01\x00\x00\x01\x00\x00\x00\x00\x00\x00\x01\x01\x00\x00\x00\x00\x02\x00\x00\x00\x00\x00\x00\x02\x01\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x02\x02\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xbd\x7f0;l\x91\xfd\xc4c\xaa\x89\xf6\xa5\x00\x00\x00\x00*\xa2\x0e\x94\xc5_\x00\x00\x00\x00’}

distance is 843 mm , the first profile_data[0] have the same distance and next profile_data[1] ? .I need to know distance between each point .