<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.libusb-java.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.libusb-java.ch/feed.php">
        <title>LibusbJava implementation</title>
        <description></description>
        <link>https://www.libusb-java.ch/</link>
        <image rdf:resource="https://www.libusb-java.ch/lib/tpl/libusb-tpl/images/favicon.ico" />
       <dc:date>2026-04-27T15:43:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.libusb-java.ch/implementation/start?rev=1456403580&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.libusb-java.ch/lib/tpl/libusb-tpl/images/favicon.ico">
        <title>LibusbJava</title>
        <link>https://www.libusb-java.ch/</link>
        <url>https://www.libusb-java.ch/lib/tpl/libusb-tpl/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.libusb-java.ch/implementation/start?rev=1456403580&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2016-02-25T13:33:00+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>implementation:start</title>
        <link>https://www.libusb-java.ch/implementation/start?rev=1456403580&amp;do=diff</link>
        <description>Implementation

In libusb, the bus structure (with devices, configurations, interfaces and endpoints) is represented in C struct&#039;s. These structures are kept there, no Java object are created out of them. In the C/C++ wrapper we keep the native (libusb) device pointers. Every call from Java is initiated over this device pointer. So we can be sure to access at any time most actual USB information the libusb has.</description>
    </item>
</rdf:RDF>
