maxrate; } /** * @return int */ public function getRate() { return $this->rate; } /** * @return int */ public function getSnr() { return $this->snr; } /** * @return int */ public function getAttn() { return $this->attn; } /** * @return int */ public function getSnr10() { return $this->snr_10; } /** * @return int */ public function getAttn10() { return $this->attn_10; } /** * @return int */ public function getFec() { return $this->fec; } /** * @return int */ public function getCrc() { return $this->crc; } /** * @return int */ public function getHec() { return $this->hec; } /** * @return int */ public function getEs() { return $this->es; } /** * @return int */ public function getSes() { return $this->ses; } /** * @return boolean */ public function isPhyr() { return $this->phyr; } /** * @return boolean */ public function isGinp() { return $this->ginp; } /** * @return boolean */ public function isNitro() { return $this->nitro; } /** * @return int */ public function getRxmt() { return $this->rxmt; } /** * @return int */ public function getRxmtCorr() { return $this->rxmt_corr; } /** * @return int */ public function getRxmtUncorr() { return $this->rxmt_uncorr; } /** * @return int */ public function getRtxTx() { return $this->rtx_tx; } /** * @return int */ public function getRtxC() { return $this->rtx_c; } /** * @return int */ public function getRtxUc() { return $this->rtx_uc; } }