| Modifier and Type | Method and Description |
|---|---|
static I2c.ConnType |
I2c.ConnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I2c.ConnType[] |
I2c.ConnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestI2c.open(I2c.ConnType connType,
String ident)
Opens connection to a device.
|
void |
I2c.open(I2c.ConnType connType,
String ident,
int param)
Opens a connection.
|
void |
I2cImplUsb.open(I2c.ConnType connType,
String ident,
int param)
Opens a connection.
|
Copyright © 2016 LSST. All rights reserved.