debian man page for net::dbus::binding::value

Query: net::dbus::binding::value

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Net::DBus::Binding::Value(3pm)				User Contributed Perl Documentation			    Net::DBus::Binding::Value(3pm)

NAME
Net::DBus::Binding::Value - Strongly typed data value
SYNOPSIS
# Import the convenience functions use Net::DBus qw(:typing); # Call a method with passing an int32 $object->doit(dint32("3"));
DESCRIPTION
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.
METHODS
my $value = Net::DBus::Binding::Value->new($type, $value); Creates a wrapper for the perl value $value marking it as having the dbus data type $type. It is not neccessary to call this method directly, instead the data typing methods in the Net::DBus object should be used. my $raw = $value->value Returns the raw perl value wrapped by this object my $type = $value->type Returns the dbus data type this value is marked as having
AUTHOR
Daniel P. Berrange
COPYRIGHT
Copyright (C) 2004-2011 Daniel P. Berrange
SEE ALSO
Net::DBus, Net::DBus::Binding::Introspector, Net::DBus::Binding::Iterator perl v5.14.2 2011-06-30 Net::DBus::Binding::Value(3pm)
Related Man Pages
net::dbus::error(3pm) - debian
net::dbus::asyncreply(3pm) - debian
net::dbus::binding::bus(3pm) - debian
net::dbus::binding::message::error(3pm) - debian
net::dbus::binding::pendingcall(3pm) - debian
Similar Topics in the Unix Linux Community
Net::DBus 0.33.6 (Default branch)
TA08-352A: Microsoft Internet Explorer Data Binding Vulnerability
dhcpcd-dbus 0.2.0 (Default branch)
Net::Ftp in perl