<div dir="ltr">As Simon said, it's <span style="font-family:arial,sans-serif;font-size:13px">0x7fffffff and it'll give you either the </span><span style="font-family:arial,sans-serif;font-size:13px">infinite timeout or 24 days.</span><div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 13, 2013 at 9:07 PM, Keyur <span dir="ltr"><<a href="mailto:keyur.patel@einfochips.com" target="_blank">keyur.patel@einfochips.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
Hi Pavel,<br>
<br>
Thank you so much for instant help.<br>
<br>
What is maximum timeout limit if i use this method?<br>
<br>
Regards,<br>
Keyur Patel<div><div class="h5"><br>
<br>
<div>On 14/02/2013 10:29 AM, Pavel Strashkin
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Hi Keyur,
<div><br>
</div>
<div>There is Object::set_timeout (int new_timeout =
-1) available for you.</div>
<div>You should use it before you make the call. As far
as it's the wrapper for libdbus, -1 means "25 seconds" as
Simon mentioned before, etc.</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Feb 13, 2013 at 8:34 PM, Keyur
<span dir="ltr"><<a href="mailto:keyur.patel@einfochips.com" target="_blank">keyur.patel@einfochips.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Thanks
Simon,<br>
<br>
I am using Dbus-c++<br>
can you help me in that?
<div>
<div><br>
<br>
<br>
On 14/02/2013 2:08 AM, Simon McVittie wrote:<br>
</div>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div>
<div>
On 13/02/13 14:29, Keyur wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
What is maximum bus timeout limit for dbus blocking
function?<br>
</blockquote>
As long as you like.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
how to set timeout for dbus function?<br>
</blockquote>
It depends which implementation you're using. Most
implementations let<br>
you specify a timeout when you call a method, with -1
meaning "let the<br>
implementation choose" (if you tell libdbus to use
timeout -1, it will<br>
currently use 25 seconds).<br>
<br>
If you're using libdbus, it's the timeout_milliseconds
parameter to<br>
dbus_connection_send_with_reply() or<br>
dbus_connection_send_with_reply_and_block().<br>
<br>
If you're using GDBus, it's the timeout_msec parameter
to<br>
g_dbus_connection_call_sync(),
g_dbus_connection_call(), etc.<br>
<br>
If you're using dbus-glib, don't; but if you really
have to, you can use<br>
dbus_g_proxy_call_with_timeout() or<br>
dbus_g_proxy_begin_call_with_timeout() or<br>
dbus_g_proxy_set_default_timeout(). The timeout
argument is interpreted<br>
in the same way as for libdbus.<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
and what is maximum timeout limit?<br>
</blockquote>
In recent libdbus, specifying DBUS_TIMEOUT_INFINITE
(or INT32_MAX or<br>
0x7fffffff) is a special case which results in an
infinite timeout.<br>
In older libdbus, that value is taken literally as
0x7fffffff<br>
milliseconds, which is more than 24 days.<br>
<br>
GDBus uses G_MAXINT for the same thing.<br>
<br>
S<br>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org" target="_blank">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
<br>
</div>
</div>
<div>
---------------------------------------------------------------------------------------------<br>
Notice:<br>
This message has been scanned by Trend Micro Mail
Security scanner and is believed to be clean<br>
---------------------------------------------------------------------------------------------<br>
</div>
*************************************************************************************************************************************************************<br>
eInfochips Business Disclaimer : This e-mail message and
all attachments transmitted with it are intended solely
for the use of the addressee and may contain legally
privileged and confidential information. If the reader of
this message is not the intended recipient, or an employee
or agent responsible for delivering this message to the
intended recipient, you are hereby notified that any
dissemination, distribution, copying, or other use of this
message or its attachments is strictly prohibited. If you
have received this message in error, please notify the
sender immediately by replying to this message and please
delete it from your computer. Any views expressed in this
message are those of the individual sender unless
otherwise stated. Company has taken enough precautions to
prevent the spread of viruses. However the company accepts
no liability for any damage caused by any virus
transmitted by this email.<br>
*************************************************************************************************************************************************************<br>
<br>
<br>
</blockquote>
<div>
<br>
-- <br>
Regards,<br>
Keyur Patel<br>
<br>
<br>
<br>
---------------------------------------------------------------------------------------------<br>
Notice: This message has been scanned by Trend Micro Mail
Security scanner and is believed to be clean<br>
---------------------------------------------------------------------------------------------<br>
</div>
<div>
<div>
_______________________________________________<br>
dbus mailing list<br>
<a href="mailto:dbus@lists.freedesktop.org" target="_blank">dbus@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/dbus" target="_blank">http://lists.freedesktop.org/mailman/listinfo/dbus</a><br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<table>
<tbody>
<tr>
<td bgcolor="#ffffff"><font color="#000000">
<pre>---------------------------------------------------------------------------------------------
Notice:
This message has been scanned by Trend Micro Mail Security scanner and is believed to be clean
---------------------------------------------------------------------------------------------</pre>
</font></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<pre cols="72">--
Regards,
Keyur Patel</pre>
</div></div></div><div class=""><div class="h5">
<table><tbody><tr><td bgcolor="#ffffff"><font color="#000000"><pre>---------------------------------------------------------------------------------------------
Notice:
This message has been scanned by Trend Micro Mail Security scanner and is believed to be clean
---------------------------------------------------------------------------------------------</pre></font></td></tr></tbody></table>
</div></div></blockquote></div><br></div></div></div>