public class Device extends Object
Constructor and Description |
---|
Device(int id,
String name,
int vid,
int pid,
byte[] descriptor,
byte[] report) |
Modifier and Type | Method and Description |
---|---|
void |
addDelay(int delay) |
void |
close() |
void |
sendReport(byte[] report) |
public Device(int id, String name, int vid, int pid, byte[] descriptor, byte[] report)