85 lines
2.1 KiB
HTML
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"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
Net::DBus::Binding::Message::MethodCall - a message encoding a method call
|
|
<A NAME="lbAC"> </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>"Net::DBus::Binding::"</TT> namespace being
|
|
stable across releases.
|
|
<P>
|
|
|
|
This module provides a convenience constructor for creating
|
|
a message representing a method call.
|
|
<A NAME="lbAD"> </A>
|
|
<H2>METHODS</H2>
|
|
|
|
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">my $call = Net::DBus::Binding::Message::MethodCall->new( service_name => $service, object_path => $object, interface => $interface, method_name => $name);<DD>
|
|
|
|
|
|
|
|
|
|
Create a message representing a call on the object located at
|
|
the path <TT>"object_path"</TT> within the client owning the well-known
|
|
name given by <TT>"service_name"</TT>. The method to be invoked has
|
|
the name <TT>"method_name"</TT> within the interface specified by the
|
|
<TT>"interface"</TT> parameter.
|
|
</DL>
|
|
<A NAME="lbAE"> </A>
|
|
<H2>AUTHOR</H2>
|
|
|
|
|
|
|
|
Daniel P. Berrange.
|
|
<A NAME="lbAF"> </A>
|
|
<H2>COPYRIGHT</H2>
|
|
|
|
|
|
|
|
Copyright (C) 2004-2009 Daniel P. Berrange
|
|
<A NAME="lbAG"> </A>
|
|
<H2>SEE ALSO</H2>
|
|
|
|
|
|
|
|
Net::DBus::Binding::Message
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </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>
|