The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Solaris::DeviceTree::Libdevinfo::Impl - Foreign function interface to the Solaris libdevinfo library

DESCRIPTION

This module

The library should not be accessed directly. Instead use Solaris::DeviceTree::Libdevinfo to access the library.

IMPLEMENTATION NOTES

The FFI has been implemented with SWIG. All necessary functions have been made available directly to Perl. The translation between the function interface from libdevinfo and the object-style interface is done in Solaris::DeviceTree::Libdevinfo, so the C part is as short as possible.

AUTHOR

Copyright 1999-2003 Dagobert Michelsen.

SEE ALSO

The SWIG documentation, Solaris::DeviceTree::Libdevinfo.