<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[TIdUDPClient Wo ist die Read ausgabe???]]></title><description><![CDATA[<p>hallo</p>
<p>ich sehe nicht wie ich bei TIdUDPClient an den empfangenen text komme. Es gibt nur ein event OnStatus?? Der server auf den ich verbinde schickt permanent daten an den cleint (half-life log) und ich möchte eben die ausgabe in einem memo darstellen aber wie?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133086/tidudpclient-wo-ist-die-read-ausgabe</link><generator>RSS for Node</generator><lastBuildDate>Fri, 31 Jul 2026 11:52:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133086.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 15 Jan 2006 12:44:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 12:44:45 GMT]]></title><description><![CDATA[<p>hallo</p>
<p>ich sehe nicht wie ich bei TIdUDPClient an den empfangenen text komme. Es gibt nur ein event OnStatus?? Der server auf den ich verbinde schickt permanent daten an den cleint (half-life log) und ich möchte eben die ausgabe in einem memo darstellen aber wie?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/966992</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/966992</guid><dc:creator><![CDATA[kukalo]]></dc:creator><pubDate>Sun, 15 Jan 2006 12:44:45 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 15:08:52 GMT]]></title><description><![CDATA[<p>ReceiveBuffer is an Integer function used to read data from the remote connection specified in VPeerIP and VPeerPort into the buffer ABuffer.</p>
<p>ABufferSize indicates the number of bytes to read from the remote connection.</p>
<p>AMSec indicates the number of milliseconds to delay while waiting for the socket Binding to become Readable. The default value for AMSec is IdTimeoutDefault, and indicates that ReceiveTimeOut will be used as the timeout value.</p>
<p>If a timeout occurs while waiting for the Binding to become ready for the read operation, RecvBuffer will set the following values before exiting the method:</p>
]]></description><link>https://www.c-plusplus.net/forum/post/967130</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967130</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 15 Jan 2006 15:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 15:47:22 GMT]]></title><description><![CDATA[<p>naja ich weiss aber nicht womit ich ABuffer deklarieren soll? typ void*??<br />
und wohin muss die methode? gleich nach dem Active? also:</p>
<p>IdUDPClient1-&gt;Active = true;<br />
IdUDPClient1-&gt;ReceiveBuffer(...);</p>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/967226</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967226</guid><dc:creator><![CDATA[kukalo]]></dc:creator><pubDate>Sun, 15 Jan 2006 15:47:22 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 15:53:53 GMT]]></title><description><![CDATA[<p>Einfach in der Hilfe nachschauen. Des Weiteren:</p>
<blockquote>
<p>AMSec indicates the number of milliseconds to delay while waiting for the socket Binding to become Readable.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/967236</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967236</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 15 Jan 2006 15:53:53 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 16:00:47 GMT]]></title><description><![CDATA[<p>kannst du mir nicht sagen wie es geht? in die hilfe habe ich bereits geschaut und den gleichen text dort gesehen den du mir hier geschrieben hast. das hilft mir aber nicht weiter.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/967241</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967241</guid><dc:creator><![CDATA[kukalo]]></dc:creator><pubDate>Sun, 15 Jan 2006 16:00:47 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 16:18:58 GMT]]></title><description><![CDATA[<p>Ich habe dazu keinen Code! Woher ??</p>
<p>Ich kann auch nur in der Hilfe nachschauen -&gt; also Verbindung herstellen und lesen. Warum testet du es nicht aus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/967259</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967259</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 15 Jan 2006 16:18:58 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 16:25:28 GMT]]></title><description><![CDATA[<p>weil ich nicht weiter komme! schau:</p>
<pre><code class="language-cpp">void __fastcall TForm1::Button1Click(TObject *Sender)
{
    IdUDPClient-&gt;Active = true;
	IdUDPClient-&gt;Send(&quot;ÿÿÿÿinfo&quot;);
    Memo1-&gt;Lines-&gt;Add(IdUDPClient-&gt;ReceiveString());
}
</code></pre>
<p>hierbei hängt dann die anwendung. das kann doch nicht so schwer sein an einem UDP zu lauschen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_open_mouth"
      title=":open_mouth:"
      alt="😮"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/967263</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967263</guid><dc:creator><![CDATA[kukalo]]></dc:creator><pubDate>Sun, 15 Jan 2006 16:25:28 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 16:32:22 GMT]]></title><description><![CDATA[<p><a href="http://www.ibrtses.com/delphi/udp1.html" rel="nofollow">http://www.ibrtses.com/delphi/udp1.html</a></p>
<p>Dann gehört dazu, dass man auch mal in die Hilfe schaut. Wo ist dort eine Receive-Funktion ohne Paramter?</p>
<pre><code class="language-cpp">function ReceiveString(const AMSec: Integer): string; overload;
function ReceiveString(var VPeerIP: string; var VPeerPort: integer; const AMSec: Integer): string; overload;
</code></pre>
<p>Die beiden sind da zu finden. Im Zusammenhang mit dem text ist doch wohl klar, dass zumindestens die Wartezeit übergeben werden sollte.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/967269</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967269</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 15 Jan 2006 16:32:22 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 16:39:08 GMT]]></title><description><![CDATA[<p>Wenn du den C++ Builder benützt, kannst du doch auch die TNMUDP-Komponente (Reiter: FastNet) nehmen. Da hast du dann einfach ein Ereignis für den Empfang:</p>
<pre><code class="language-cpp">void __fastcall TForm1::NMUDP1DataReceived(TComponent *Sender,
      int NumberBytes, AnsiString FromIP, int Port)
{
//...
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/967283</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967283</guid><dc:creator><![CDATA[Barra]]></dc:creator><pubDate>Sun, 15 Jan 2006 16:39:08 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 16:40:57 GMT]]></title><description><![CDATA[<p>Kann er grundsätzlich machen, aber Fastnet gibt es dann im BCB 2006 wohl nicht mehr</p>
]]></description><link>https://www.c-plusplus.net/forum/post/967285</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967285</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 15 Jan 2006 16:40:57 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 16:45:06 GMT]]></title><description><![CDATA[<p>ich kriege einfach keinen output das gibts ja nicht. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f621.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--pouting_face"
      title=":rage:"
      alt="😡"
    /><br />
woher soll ich denn nun wissen was der fehler ist? normalerweise kriegt man ja eine exception <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f644.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_with_rolling_eyes"
      title=":rolling_eyes:"
      alt="🙄"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/967290</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967290</guid><dc:creator><![CDATA[kukalo]]></dc:creator><pubDate>Sun, 15 Jan 2006 16:45:06 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 17:07:30 GMT]]></title><description><![CDATA[<p>oh es geht. jetzt müsste ich aber wissen wie ich ein TStream in ein TMemo ausgeben kann? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f60b.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--face_savoring_food"
      title=":yum:"
      alt="😋"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/967317</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967317</guid><dc:creator><![CDATA[kukalo]]></dc:creator><pubDate>Sun, 15 Jan 2006 17:07:30 GMT</pubDate></item><item><title><![CDATA[Reply to TIdUDPClient Wo ist die Read ausgabe??? on Sun, 15 Jan 2006 17:34:11 GMT]]></title><description><![CDATA[<p>Wie immer -&gt; schau in die Hilfe da gibt es eine Variante die nicht die Datei läd, sondern aus dem Stream liest</p>
]]></description><link>https://www.c-plusplus.net/forum/post/967334</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/967334</guid><dc:creator><![CDATA[Christian211]]></dc:creator><pubDate>Sun, 15 Jan 2006 17:34:11 GMT</pubDate></item></channel></rss>