send($status); return $this->recv(); } public function getStatus() { $this->send('get'); return $this->recv(); } }