Commented out awhile ago:
# static public function FromBuffers(BufferIface $oRecv, ?BufferIface $oSend=NULL) : iProcess { $oThis = new static; $oThis->SetRecvBuff($oRecv); if (is_object($oSend)) { $oThis->SetSendBuff($oSend); } return $oThis; }