Skip navigation links
C I O R S T V W 

C

close() - Method in class org.lsst.ccs.drivers.i2c.I2c
Closes the connection.
close() - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Closes the connection.
close() - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Closes the connection.

I

I2c - Class in org.lsst.ccs.drivers.i2c
Routines for communicating with an I2C device
I2c() - Constructor for class org.lsst.ccs.drivers.i2c.I2c
 
I2c.ConnType - Enum in org.lsst.ccs.drivers.i2c
Constants & data.
I2cImplUsb - Class in org.lsst.ccs.drivers.i2c
Routines for communicating with an I2C device via the USB-I2C adaptor
I2cImplUsb() - Constructor for class org.lsst.ccs.drivers.i2c.I2cImplUsb
 

O

open(I2c.ConnType, String, int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Opens a connection.
open(I2c.ConnType, String, int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Opens a connection.
open(I2c.ConnType, String) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Opens connection to a device.
org.lsst.ccs.drivers.i2c - package org.lsst.ccs.drivers.i2c
 

R

read(int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Reads a byte from a device without registers.
read(int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Reads multiple bytes from a device without registers.
read(int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
Reads multiple bytes from a device without registers.
read(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Reads multiple bytes from a device with 1-byte register numbers.
read(int, int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
Reads multiple bytes from a device with 1-byte register numbers.
read(int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Reads a byte from a device without registers.
read(int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Reads multiple bytes from a device without registers.
read(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Reads multiple bytes from a device with 1-byte register numbers.
read(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Reads bytes from 1-byte register number.
read2(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Reads multiple bytes from a device with 2-byte register numbers.
read2(int, int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
Reads multiple bytes from a device with 2-byte register numbers.
read2(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Reads multiple bytes from a device with 2-byte register numbers.
read2(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Reads bytes from 2-byte register number.
readMult(int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Reads multiple bytes.
readOne(int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Reads one byte.
readString(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Reads string from 1-byte register number.
readString2(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Reads string from 2-byte register number.

S

setTimeout(double) - Method in class org.lsst.ccs.drivers.i2c.I2c
Sets the read timeout.
setTimeout(double) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Sets the read timeout.

T

TestI2c - Class in org.lsst.ccs.drivers.i2c
Program to test the USB I2C device driver
TestI2c() - Constructor for class org.lsst.ccs.drivers.i2c.TestI2c
Constructor

V

valueOf(String) - Static method in enum org.lsst.ccs.drivers.i2c.I2c.ConnType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.drivers.i2c.I2c.ConnType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(int, int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Writes a byte to a device without registers.
write(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Writes multiple bytes to a device with 1-byte register numbers.
write(int, int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
Writes multiple bytes to a device with 1-byte register numbers.
write(int, int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Writes a byte to a device without registers.
write(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Writes multiple bytes to a device with 1-byte register numbers.
write(int, int, int...) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Writes bytes to 1-byte register number.
write2(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
Writes multiple bytes to a device with 2-byte register numbers.
write2(int, int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
Writes multiple bytes to a device with 2-byte register numbers.
write2(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
Writes multiple bytes to a device with 2-byte register numbers.
write2(int, int, int...) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Writes bytes to 2-byte register number.
writeOne(int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Writes one byte.
writeString(int, int, String) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Writes string to 1-byte register number.
writeString2(int, int, String) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
Writes string to 2-byte register number.
C I O R S T V W 
Skip navigation links

Copyright © 2019 LSST. All rights reserved.