public function setFrame($frame)
 {
     while (strlen($frame)) {
         $write_attribute_record = new WriteAttributeRecord();
         $write_attribute_record->consumeFrame($frame);
         $this->addWriteAttributeRecord($write_attribute_record);
     }
 }