api.GetDeviceNextFCntDownResponse */ class GetDeviceNextFCntDownResponse extends \Google\Protobuf\Internal\Message { /** * FCntDown. * * Generated from protobuf field uint32 f_cnt_down = 1; */ protected $f_cnt_down = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int $f_cnt_down * FCntDown. * } */ public function __construct($data = NULL) { \GPBMetadata\Chirpstack\Api\Device::initOnce(); parent::__construct($data); } /** * FCntDown. * * Generated from protobuf field uint32 f_cnt_down = 1; * @return int */ public function getFCntDown() { return $this->f_cnt_down; } /** * FCntDown. * * Generated from protobuf field uint32 f_cnt_down = 1; * @param int $var * @return $this */ public function setFCntDown($var) { GPBUtil::checkUint32($var); $this->f_cnt_down = $var; return $this; } }