man-pages/man3/Net::DBus::Binding::Message::MethodCall.3pm.html
2021-03-31 01:06:50 +01:00

85 lines
2.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of Net::DBus::Binding::Message::MethodCall</TITLE>
</HEAD><BODY>
<H1>Net::DBus::Binding::Message::MethodCall</H1>
Section: User Contributed Perl Documentation (3pm)<BR>Updated: 2019-12-26<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
Net::DBus::Binding::Message::MethodCall - a message encoding a method call
<A NAME="lbAC">&nbsp;</A>
<H2>DESCRIPTION</H2>
This module is part of the low-level DBus binding APIs, and
should not be used by application code. No guarantees are made
about APIs under the <TT>&quot;Net::DBus::Binding::&quot;</TT> namespace being
stable across releases.
<P>
This module provides a convenience constructor for creating
a message representing a method call.
<A NAME="lbAD">&nbsp;</A>
<H2>METHODS</H2>
<DL COMPACT>
<DT id="1">my $call = Net::DBus::Binding::Message::MethodCall-&gt;new( service_name =&gt; $service, object_path =&gt; $object, interface =&gt; $interface, method_name =&gt; $name);<DD>
Create a message representing a call on the object located at
the path <TT>&quot;object_path&quot;</TT> within the client owning the well-known
name given by <TT>&quot;service_name&quot;</TT>. The method to be invoked has
the name <TT>&quot;method_name&quot;</TT> within the interface specified by the
<TT>&quot;interface&quot;</TT> parameter.
</DL>
<A NAME="lbAE">&nbsp;</A>
<H2>AUTHOR</H2>
Daniel P. Berrange.
<A NAME="lbAF">&nbsp;</A>
<H2>COPYRIGHT</H2>
Copyright (C) 2004-2009 Daniel P. Berrange
<A NAME="lbAG">&nbsp;</A>
<H2>SEE ALSO</H2>
Net::DBus::Binding::Message
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
<DT id="3"><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT id="4"><A HREF="#lbAD">METHODS</A><DD>
<DT id="5"><A HREF="#lbAE">AUTHOR</A><DD>
<DT id="6"><A HREF="#lbAF">COPYRIGHT</A><DD>
<DT id="7"><A HREF="#lbAG">SEE ALSO</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:05:48 GMT, March 31, 2021
</BODY>
</HTML>