public static function constructReceived($attribute_id, $timeout_period)
 {
     $frame = new self();
     $frame->setAttributeId($attribute_id);
     $frame->setDirection(self::DIRECTION_CLIENT_TO_SERVER);
     $frame->setTimeoutPeriod($timeout_period);
     return $frame;
 }