|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.hardwareinterface.usb.silabs.SiLabsC8051F320Factory
public class SiLabsC8051F320Factory
A factory for SiLabsC8051F320 devices. These are based (at least in these early versions) on the USBXPress driver from SiLabs. They don't have a GUID like the ones accessed by the UsbIo driver.
Method Summary | |
---|---|
USBInterface |
getFirstAvailableInterface()
Gets the first available interface. |
USBInterface |
getInterface(int n)
Returns one of the interfaces |
int |
getNumInterfacesAvailable()
gets the number of this type of interface available |
static HardwareInterfaceFactoryInterface |
instance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static HardwareInterfaceFactoryInterface instance()
public int getNumInterfacesAvailable()
getNumInterfacesAvailable
in interface HardwareInterfaceFactoryInterface
public USBInterface getFirstAvailableInterface()
HardwareInterfaceFactoryInterface
getFirstAvailableInterface
in interface HardwareInterfaceFactoryInterface
public USBInterface getInterface(int n)
HardwareInterfaceFactoryInterface
getInterface
in interface HardwareInterfaceFactoryInterface
n
- the number starting from 0
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |