| Modifier and Type | Method and Description |
|---|---|
static TestMccUsb.DevName |
TestMccUsb.DevName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestMccUsb.DevName[] |
TestMccUsb.DevName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestMccUsb.open(TestMccUsb.DevName name)
Opens a connection to a device, forcing the interface claim.
|
void |
TestMccUsb.open(TestMccUsb.DevName name,
String serial)
Opens a connection to a device, forcing the interface claim.
|
void |
TestMccUsb.open(TestMccUsb.DevName name,
String serial,
boolean force)
Opens a connection to a device.
|
Copyright © 2015 LSST. All rights reserved.