1Net::DBus::Binding::MesUssaegre:C:oMnettrhiobduCtaeNldelt(P:3e:)rDlBuDso:c:uBmienndtiantgi:o:nMessage::MethodCall(3)
2
3
4
6 Net::DBus::Binding::Message::MethodCall - a message encoding a method
7 call
8
10 This module is part of the low-level DBus binding APIs, and should not
11 be used by application code. No guarantees are made about APIs under
12 the "Net::DBus::Binding::" namespace being stable across releases.
13
14 This module provides a convenience constructor for creating a message
15 representing a method call.
16
18 my $call = Net::DBus::Binding::Message::MethodCall->new( service_name
19 => $service, object_path => $object, interface => $interface,
20 method_name => $name);
21 Create a message representing a call on the object located at the
22 path "object_path" within the client owning the well-known name
23 given by "service_name". The method to be invoked has the name
24 "method_name" within the interface specified by the "interface"
25 parameter.
26
28 Daniel P. Berrange.
29
31 Copyright (C) 2004-2009 Daniel P. Berrange
32
34 Net::DBus::Binding::Message
35
36
37
38perl v5.32.0 202N0e-t0:7:-D2B8us::Binding::Message::MethodCall(3)