Net::DBus::Binding::Value(3pm) | User Contributed Perl Documentation | Net::DBus::Binding::Value(3pm) |
Net::DBus::Binding::Value - Strongly typed data value
# Import the convenience functions use Net::DBus qw(:typing); # Call a method with passing an int32 $object->doit(dint32("3"));
This module provides a simple wrapper around a raw Perl value, associating an explicit DBus type with the value. This is used in cases where a client is communicating with a server which does not provide introspection data, but for which the basic data types are not sufficient. This class should not be used directly, rather the convenience functions in Net::DBus be called.
Daniel P. Berrange
Copyright (C) 2004-2011 Daniel P. Berrange
Net::DBus, Net::DBus::Binding::Introspector, Net::DBus::Binding::Iterator
2020-11-09 | perl v5.32.0 |