xr_get_voip_signal_metrics
Description:
[ Version ( since = "1.16" ) ]
public bool xr_get_voip_signal_metrics (out uint8 signal_level, out uint8 noise_level, out uint8 rerl, out uint8 gmin)
public bool xr_get_voip_signal_metrics (out uint8 signal_level, out uint8 noise_level, out uint8 rerl, out uint8 gmin)
Parameters:
this |
a valid XR Packet which has VoIP Metrics Report Block. |
signal_level |
the ratio of the signal level to a 0 dBm reference. |
noise_level |
the ratio of the silent period background noise level to a 0 dBm reference. |
rerl |
the residual echo return loss value. |
gmin |
the gap threshold. |
Returns:
|