Maven module :un.api : jvm-device :
Class : un.jvm.device.usb.USB4JControl
Extends/Implements : un.api.device.usb.USBControl
Subclasses : -

author  Johann Sorel


Variables : -
Functions : USB4JControl, getDevice, open, writeSync, readSync, dispose, finalize



public void USB4JControl (USB4JDevice device)

public USBDevice getDevice ()

public void open ()

public int writeSync (byte endPoint, ByteBuffer data, long timeout)

public int readSync (byte endPoint, ByteBuffer data, long timeout)

public void dispose ()

protected void finalize ()