Net::DBus::Dumper Methods
Jump to navigation
Jump to search
AN!Tools :: Net::DBus Binding Tutorial :: Net::DBus::Dumper Methods |
dbus_dump
Usage:
my @data = dbus_dump($object);
foreach my $line (@data)
{
print $_, "\n";
}
This creates a printable string of an object from on of the following modules;
- Net::DBus
- Show the list of services registered with the bus.
- Net::DBus::Service
- Net::DBus::RemoteService
- Show the service name.
- Net::DBus::Object
- Net::DBus::RemoteObject
- Show a list of all exported methods and signals and shows their accepted parameters and return types.
Any questions, feedback, advice, complaints or meanderings are welcome. | |||
Alteeve's Niche! | Alteeve Enterprise Support | Community Support | |
© 2025 Alteeve. Intelligent Availability® is a registered trademark of Alteeve's Niche! Inc. 1997-2025 | |||
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions. |